Skip to content

Commit

Permalink
upgrade to rustls 0.23.1, tokio-rustls next
Browse files Browse the repository at this point in the history
  • Loading branch information
pimeys committed Mar 7, 2024
1 parent c36a301 commit 858c9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ tower = { version = "0.4", features = ["util"] }
# optional dependencies
## rustls
arc-swap = { version = "1", optional = true }
rustls = { version = "0.22.1", optional = true }
rustls-pemfile = { version = "2.0.0", optional = true }
tokio-rustls = { version = "0.25.0", optional = true }
rustls = { version = "0.23.1", optional = true }
rustls-pemfile = { version = "2.1.0", optional = true }
tokio-rustls = { git = "https://github.com/rustls/tokio-rustls", rev = "330d28788f54dc94664a316bd29b354341f0aa38", optional = true }

## openssl
openssl = { version = "0.10", optional = true }
Expand Down

0 comments on commit 858c9bc

Please sign in to comment.