diff --git a/Cargo.lock b/Cargo.lock index 881629c7..8e6dd16b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3389,9 +3389,9 @@ dependencies = [ [[package]] name = "typed-path" -version = "0.9.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82205ffd44a9697e34fc145491aa47310f9871540bb7909eaa9365e0a9a46607" +checksum = "c462d18470a2857aa657d338af5fa67170bb48bcc80a296710ce3b0802a32566" [[package]] name = "typenum" diff --git a/tough/Cargo.toml b/tough/Cargo.toml index b774689f..d16028be 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.11" # pinned due to aws-lc-rs locked to this version # https://github.com/aws/aws-lc-rs/issues/468 untrusted = "0.7.1"