diff --git a/Cargo.toml b/Cargo.toml index 78b11f5..62c4b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ring = "0.16.5" rustls = "=0.22.0-alpha.6" rustls-webpki = "=0.102.0-alpha.8" serial_test = "2" -untrusted = "0.7.0" # stick to the version ring depends on for now +untrusted = "0.7" # stick to the version ring depends on for now webpki-roots = "=0.26.0-alpha.2" x509-parser = "0.15" @@ -30,4 +30,4 @@ schannel = "0.1.15" openssl-probe = "0.1.2" [target.'cfg(target_os = "macos")'.dependencies] -security-framework = "2.0.0" +security-framework = "2"