diff --git a/Cargo.toml b/Cargo.toml index 3f72662e11..ac8b8a7718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ sha2 = { version = "0.10.6", features = ["oid"] } signature = { version = "2.0" } thiserror = "1.0.30" tokio = { version = "1.17.0", features = ["rt"] } -tough = { version = "0.14", features = ["http"], optional = true } +tough = { version = "0.16", features = ["http"], optional = true } tracing = "0.1.31" url = "2.2.2" x509-cert = { version = "0.2.2", features = ["pem", "std"] }