From 356e40dfd19d0623a9973d79ae32a8bbc1576705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:27:28 +0000 Subject: [PATCH] build(deps): bump slack-morphism from 1.12.0 to 1.14.0 Bumps [slack-morphism](https://github.com/abdolence/slack-morphism-rust) from 1.12.0 to 1.14.0. - [Release notes](https://github.com/abdolence/slack-morphism-rust/releases) - [Commits](https://github.com/abdolence/slack-morphism-rust/compare/v1.12.0...v1.14.0) --- updated-dependencies: - dependency-name: slack-morphism dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9106cb..84d718c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,9 +1524,9 @@ dependencies = [ [[package]] name = "slack-morphism" -version = "1.12.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ae1450a14bf7a4588b25fdee8668d94eb69f079581ddaf48a1a767befd2e9e" +checksum = "68424167daf78e9e80d440d21fdac021c2693b111470f55bd1be1083c8391112" dependencies = [ "async-recursion", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cbef788..9720648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tui = "0.19.0" crossterm = { version = "0.26.1", features = ["event-stream"] } tabled = "0.12.2" tokio = { version = "1", features = ["full"] } -slack-morphism = { version = "1.12.0", features = ["hyper"] } +slack-morphism = { version = "1.14.0", features = ["hyper"] } chrono = "0.4.26" hyper-rustls = "0.24.1" hyper = "0.14.27"