diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index c87a93c..b6d26b1 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -68,7 +68,7 @@ url = "2.5.2" const_format = "0.2.33" # Optional HTTP client. Not needed if you supply your own. -reqwest = { version = "0.12.8", default-features = false, features = [ +reqwest = { version = "0.13.1", default-features = false, features = [ "json", ], optional = true }