diff --git a/Cargo.toml b/Cargo.toml index 5fd231e..72bfd60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"