diff --git a/Cargo.toml b/Cargo.toml index e4d6046..766b788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ pest = "2.1.2" pest_derive = "2.1.0" log = "0.4" serde_json = "1.0.41" -reqwest = { version = "0.11.0", features = ["blocking"] } +reqwest = { version = "0.12.1", features = ["blocking"] } [dev-dependencies] tempfile = "3"