File fix_2024102216605326.diff of Package rust-ureq
diff --git a/Cargo.toml b/Cargo.toml index 6cdf83c..88bc7c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ optional = true version = "1" [dependencies.rustls] -version = "0.22.0" +version = "0.23" optional = true [dependencies.rustls-native-certs]