Skip to content

Commit 38828ef

Browse files
committed
fixed broken webpki-roots dep specification in Cargo.toml
1 parent ee3af31 commit 38828ef

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

questdb-rs-ffi/Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

questdb-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ring = { version = "0.17.14", optional = true }
3030
rustls-pki-types = "1.0.1"
3131
rustls = { version = "0.23.25", default-features = false, features = ["logging", "std", "tls12"] }
3232
rustls-native-certs = { version = "0.8.1", optional = true }
33-
webpki-roots = { version = "0.26.8", default-features = false, optional = true }
33+
webpki-roots = { version = "1.0.1", default-features = false, optional = true }
3434
chrono = { version = "0.4.40", optional = true }
3535

3636
# We need to limit the `ureq` version to 3.0.x since we use

0 commit comments

Comments
 (0)