diff --git a/Cargo.toml b/Cargo.toml index 7da16e00d..c1cdcdf5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ parquet = "51" pilota = "0.10.0" pretty_assertions = "1.4.0" port_scanner = "0.1.5" -reqwest = { version = "^0.11", features = ["json"] } +reqwest = { version = "^0.12", features = ["json"] } rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] } serde_bytes = "0.11.8"