From abc89cd3df53001143bfad7d7d9f4571cc4f23ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:21:38 +0000 Subject: [PATCH] chore(deps)(deps): bump slack-morphism from 2.18.0 to 2.19.0 Bumps [slack-morphism](https://github.com/abdolence/slack-morphism-rust) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/abdolence/slack-morphism-rust/releases) - [Commits](https://github.com/abdolence/slack-morphism-rust/compare/v2.18.0...v2.19.0) --- updated-dependencies: - dependency-name: slack-morphism dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7c8012f..8d46b4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8177,9 +8177,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "slack-morphism" -version = "2.18.0" +version = "2.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19860e4001a02c8f3ab2871fb23cd7f636990e99fc43aacbd9fbb6aff87ec2c9" +checksum = "1419a8e74b43a87be56ea006b120a80e82b123dd9aaec17011e098b3573ca591" dependencies = [ "async-recursion", "async-trait",