Skip to content

Commit e830a96

Browse files
committed
bump rustls from 0.22.1 to 0.23.18
1 parent d11e4c8 commit e830a96

File tree

2 files changed

+38
-82
lines changed

2 files changed

+38
-82
lines changed

Cargo.lock

Lines changed: 37 additions & 81 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nom = "7"
2727
mysql_common = { version = "0.31.0", features = ["chrono"] }
2828
byteorder = "1"
2929
chrono = "0.4.23"
30-
rustls = { version = "0.22.1", optional = true }
30+
rustls = { version = "0.23.18", default-features = false, features = ["ring", "std"], optional = true }
3131

3232
[dev-dependencies]
3333
postgres = "0.19.1"

0 commit comments

Comments
 (0)