diff --git a/Cargo.toml b/Cargo.toml index 8151ebf..383a3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = {version = "0.12.2", features = ["blocking", "json"]} +reqwest = {version = "0.13.2", features = ["blocking", "json"]} serde = {version = "1.0.196", features = ["derive"]} serde_json = "1.0.113" lazy_static = "1.4.0"