Skip to content

Commit 4742215

Browse files
committed
Update to webpki-roots 1
1 parent a802da0 commit 4742215

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Cargo.lock

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

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tokio = { workspace = true, optional = true }
5656
native-tls = { version = "0.2.10", optional = true }
5757

5858
rustls = { version = "0.23.24", default-features = false, features = ["std", "tls12"], optional = true }
59-
webpki-roots = { version = "0.26", optional = true }
59+
webpki-roots = { version = "1", optional = true }
6060
rustls-native-certs = { version = "0.8.0", optional = true }
6161

6262
# Type Integrations

0 commit comments

Comments
 (0)