diff --git a/Cargo.toml b/Cargo.toml index 2a49199b..7ebdd31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ once_cell = { version = "1.8.0", optional = true } ## HTTP base64 = { version = "0.22", optional = true } bytes = { version = "1.0", optional = true } -reqwest = { version = "0.12", optional = true, default-features = false, features = ["json"] } +reqwest = { version = "0.13", optional = true, default-features = false, features = ["json"] } headers = { version = "0.4", optional = true } ## WS # async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false }