diff --git a/Cargo.toml b/Cargo.toml index 1596ee4..43fe9c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.18", features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.20", features = ["json", "rustls-tls"] } poise = "0.5.5" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37"