diff --git a/Cargo.toml b/Cargo.toml index b621958..2c2c95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.9" edition = "2021" [dependencies] -reqwest = { version = "0.12.15", features = ["blocking", "rustls-tls", "rustls-tls-native-roots", "json"], default-features = false } +reqwest = { version = "0.13.0", features = ["blocking", "rustls-tls", "rustls-tls-native-roots", "json"], default-features = false } config = "0.15.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = {version = "1.0.140"}