diff --git a/Cargo.toml b/Cargo.toml index 90526a4..7252505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ flate2 = "1.1.0" futures = "0.3.31" httpmock = "0.8.0" predicates = "3.1.3" -reqwest = { version = "0.12.14", default-features = false, features = ["json", "rustls-tls-native-roots"] } +reqwest = { version = "0.13.0", default-features = false, features = ["json", "rustls-tls-native-roots"] } rstest = "0.26.0" self-replace = "1.5.0" semver = "1.0.26"