Skip to content

Commit 94bfa8e

Browse files
authored
Fix minimal dependency versions (#20)
Signed-off-by: Tomasz Pietrek <[email protected]>
1 parent 63b8d6f commit 94bfa8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ secret_extraction = ["rustls/secret_extraction"]
2525
tls12 = ["rustls/tls12"]
2626

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

0 commit comments

Comments
 (0)