Skip to content

Commit b90dbb7

Browse files
toxeusjrasanen
authored andcommitted
bump rustls to 0.21.11 (launchbadge#3216)
This fixes security issue RUSTSEC-2024-0336 [1]. [1] https://rustsec.org/advisories/RUSTSEC-2024-0336
1 parent 64c4861 commit b90dbb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tokio = { workspace = true, optional = true }
3636
# TLS
3737
native-tls = { version = "0.2.10", optional = true }
3838

39-
rustls = { version = "0.21.7", default-features = false, features = ["dangerous_configuration", "tls12"], optional = true }
39+
rustls = { version = "0.21.11", default-features = false, features = ["dangerous_configuration", "tls12"], optional = true }
4040
rustls-pemfile = { version = "1.0", optional = true }
4141
webpki-roots = { version = "0.25", optional = true }
4242

0 commit comments

Comments
 (0)