Skip to content

Commit

Permalink
Fix minimal dependency versions (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <melgaer@gmail.com>
  • Loading branch information
Jarema authored Sep 18, 2023
1 parent 63b8d6f commit 94bfa8e
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 @@ -25,10 +25,10 @@ secret_extraction = ["rustls/secret_extraction"]
tls12 = ["rustls/tls12"]

[dev-dependencies]
argh = "0.1"
argh = "0.1.1"
tokio = { version = "1.0", features = ["full"] }
futures-util = "0.3.1"
lazy_static = "1"
lazy_static = "1.1"
webpki-roots = "=0.26.0-alpha.1"
rustls-pemfile = "=2.0.0-alpha.1"
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.2", features = ["alloc", "std"] }

0 comments on commit 94bfa8e

Please sign in to comment.