Skip to content

Commit

Permalink
Bump rustls-webpki to 0.101.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and Jarema committed Jul 6, 2023
1 parent e71f72d commit 2c57e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ base64 = "0.21"
tokio-retry = "0.3"
ring = "0.16"
rand = "0.8"
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }
webpki = { package = "rustls-webpki", version = "0.101.1", features = ["alloc", "std"] }

[dev-dependencies]
criterion = { version = "0.3", features = ["async_tokio"]}
Expand Down

0 comments on commit 2c57e46

Please sign in to comment.