diff --git a/Cargo.toml b/Cargo.toml index 373498f..ca007dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tracing = "0.1" # network async-trait = "0.1" http = "0.2" -reqwest = "0.11" +reqwest = "0.12" secrecy = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"