diff --git a/Cargo.lock b/Cargo.lock index 196ff9cb..61849c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1847,7 +1847,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2369,7 +2369,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2626,7 +2626,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3071,7 +3071,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3551,9 +3551,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82205ffd44a9697e34fc145491aa47310f9871540bb7909eaa9365e0a9a46607" +checksum = "41713888c5ccfd99979fcd1afd47b71652e331b3d4a0e19d30769e80fec76cce" [[package]] name = "typenum" @@ -3817,7 +3817,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/tough/Cargo.toml b/tough/Cargo.toml index 4d934c99..23ff5a8f 100644 --- a/tough/Cargo.toml +++ b/tough/Cargo.toml @@ -32,7 +32,7 @@ snafu = { version = "0.8", features = ["futures"] } tempfile = "3" tokio = { version = "1", default-features = false, features = ["io-util", "sync", "fs", "rt", "time"] } tokio-util = { version = "0.7", features = ["io"] } -typed-path = "0.9" +typed-path = "0.10" # pinned due to aws-lc-rs locked to this version # https://github.com/aws/aws-lc-rs/issues/468 untrusted = "0.7.1"