From 15d033e371e955e7e6009df1e8dc86dc89bf1979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:07:35 +0000 Subject: [PATCH] build(deps): bump slack-morphism from 1.14.5 to 1.15.1 Bumps [slack-morphism](https://github.com/abdolence/slack-morphism-rust) from 1.14.5 to 1.15.1. - [Release notes](https://github.com/abdolence/slack-morphism-rust/releases) - [Commits](https://github.com/abdolence/slack-morphism-rust/compare/v1.14.5...v1.15.1) --- 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 9c7ff4a..87e5f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,9 +1472,9 @@ dependencies = [ [[package]] name = "slack-morphism" -version = "1.14.5" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e0ec085a88edf1acc4bd4270a2b724b4e57d599b7824d8e770da4e524353d8" +checksum = "6bae74ab9efb4260d3ac96a95f8e47bb98d6135569447e535a9b33c255d060e9" dependencies = [ "async-recursion", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index dc5dfbe..6743e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tui = "0.19.0" crossterm = { version = "0.27.0", features = ["event-stream"] } tabled = "0.14.0" tokio = { version = "1", features = ["full"] } -slack-morphism = { version = "1.14.5", features = ["hyper"] } +slack-morphism = { version = "1.15.1", features = ["hyper"] } chrono = "0.4.31" hyper-rustls = "0.24.1" hyper = "0.14.27"