Skip to content

Commit

Permalink
Align rustls with hyper-rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
lookback-hugotunius committed May 31, 2024
1 parent 1dbd820 commit c1f48a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ hyper-rustls = { version = "0.26.0", optional = true }
hyper-util = { version = "0.1.2", features = ["client-legacy", "http1", "tokio"], optional = true }
once_cell = "1"
regex = { version = "1" }
# Version set by hyper-rustls
rustls = { version = "*", optional = true }
# This needs to be aligned with hyper-rustls, make sure we don't end up with two copies if we update either.
rustls = { version = "0.22.0", optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
Expand Down

0 comments on commit c1f48a9

Please sign in to comment.