diff --git a/Cargo.lock b/Cargo.lock index db4fb22..6f20ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -1624,9 +1624,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "ping" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6370a87a1a5bacec2eb80fa24ff3b7f47a1d47404a96611230d3b0d2e0f51141" +checksum = "122ee1f5a6843bec84fcbd5c6ba3622115337a6b8965b93a61aad347648f4e8d" dependencies = [ "rand", "socket2 0.4.10", @@ -2322,9 +2322,9 @@ dependencies = [ [[package]] name = "test-with" -version = "0.9.7" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3e3e1275a1442b99772321d4a35e0622f7abc04f6af49bd801c7119645bc9e" +checksum = "490ec7704fc7c1d1b922e0ad7843c5b9b37fc2b8c4114292f006de3735d85d45" dependencies = [ "byte-unit", "num_cpus", @@ -2755,14 +2755,15 @@ dependencies = [ [[package]] name = "which" -version = "4.4.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" dependencies = [ "either", "home", "once_cell", "rustix", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 416f1bd..406f49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ p256 = { version = "0.13", features = ["ecdh"] } pcsc = "2.4" rand = "0.8" sha2 = "0.10" -which = "4.1" +which = "5" x509 = "0.2" x509-parser = "0.14" yubikey = { version = "=0.8.0-pre.0", features = ["untested"] } @@ -54,5 +54,5 @@ sysinfo = "0.29" flate2 = "1" man = "0.3" tempfile = "3" -test-with = "0.9" -which = "4" +test-with = "0.11" +which = "5"