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 e1fa2ef
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 = "214a2b477e642c520c243717188cb683a9cad900", optional = true }

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

0 comments on commit e1fa2ef

Please sign in to comment.