Skip to content

Commit d032889

Browse files
committed
deps: update webpki v0.100.0 -> v0.101
1 parent f7690f2 commit d032889

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ once_cell = { version = "1.9", optional = true } # Only used during doc generati
4747
rustls-native-certs = "0.6"
4848
once_cell = "1.9"
4949
webpki-roots = "0.25" # Augmentation to `openssl-probe` due to inconsistencies on Linux distros.
50-
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }
50+
webpki = { package = "rustls-webpki", version = "0.101", features = ["alloc", "std"] }
5151

5252
[target.'cfg(target_os = "android")'.dependencies]
5353
jni = { version = "0.19", default-features = false }
54-
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }
54+
webpki = { package = "rustls-webpki", version = "0.101", features = ["alloc", "std"] }
5555
once_cell = "1.9"
5656
android_logger = { version = "0.11", optional = true } # Only used during testing.
5757

0 commit comments

Comments
 (0)