Skip to content

Commit d0f69b1

Browse files
authored
Merge pull request #165 from egenvall/bugfix/slack-tls-fix
Bugfix: Update dependencies for Slack TLS
2 parents 568ccb2 + 963f3f1 commit d0f69b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ slack-morphism = { version = "2.17", features = ["hyper"] }
9696

9797
# TLS (shared crypto backend for slack-morphism, reqwest, teloxide)
9898
rustls = { version = "0.23", default-features = false, features = ["ring"] }
99+
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-native-roots"] }
99100

100101
# Telegram
101102
teloxide = { version = "0.17", default-features = false, features = ["rustls"] }

0 commit comments

Comments
 (0)