diff --git a/flipt-rust/Cargo.toml b/flipt-rust/Cargo.toml index fd3349c..c04ca7b 100644 --- a/flipt-rust/Cargo.toml +++ b/flipt-rust/Cargo.toml @@ -15,7 +15,7 @@ chrono = { version = "0.4.23", default-features = false, features = [ "serde", "clock", ] } -reqwest = { version = "0.12.1", default-features = false, features = [ +reqwest = { version = "0.13.1", default-features = false, features = [ "json", "rustls-tls", ] }