From 6e43e67a4a0f9b037556f43a9982f2c313b15c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:42:03 +0000 Subject: [PATCH] build(deps): bump slack-morphism from 2.4.1 to 2.5.0 Bumps [slack-morphism](https://github.com/abdolence/slack-morphism-rust) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/abdolence/slack-morphism-rust/releases) - [Commits](https://github.com/abdolence/slack-morphism-rust/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: slack-morphism dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++++++--------------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 064a05c..acb30ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ "hyper-util", "log", "rustls", - "rustls-native-certs 0.8.0", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls", @@ -1682,19 +1682,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "rustls-native-certs" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "rustls-pki-types", - "schannel", - "security-framework", -] - [[package]] name = "rustls-native-certs" version = "0.8.0" @@ -1976,9 +1963,9 @@ dependencies = [ [[package]] name = "slack-morphism" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dc2e7b38adfb4f2eb7a014d24c10cdfc652e1863d37149e8c2497df8072d4eb" +checksum = "cef9c4ccf4f28dc7fddf630e06832da19df08571c4621de0c573d4d7715eaca1" dependencies = [ "async-recursion", "async-trait", @@ -2262,14 +2249,14 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" +checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" dependencies = [ "futures-util", "log", "rustls", - "rustls-native-certs 0.7.0", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls", @@ -2348,9 +2335,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" +checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 227f926..cbeb134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tui = "0.19.0" crossterm = { version = "0.28.1", features = ["event-stream"] } tabled = "0.16.0" tokio = { version = "1", features = ["full"] } -slack-morphism = { version = "2.3.2", features = ["hyper"] } +slack-morphism = { version = "2.5.0", features = ["hyper"] } chrono = "0.4.38" hyper-rustls = "0.27.3" hyper = "1.4.1"