Skip to content

Commit

Permalink
Bump rustls to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and Jarema committed May 4, 2024
1 parent 6406aca commit 9487688
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 @@ -25,7 +25,7 @@ serde_json = "1.0.104"
serde_repr = "0.1.16"
tokio = { version = "1.36", features = ["macros", "rt", "fs", "net", "sync", "time", "io-util"] }
url = { version = "2"}
tokio-rustls = "0.25"
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
rustls-pemfile = "2"
nuid = "0.5"
serde_nanos = "0.1.3"
Expand Down

0 comments on commit 9487688

Please sign in to comment.