diff --git a/Cargo.toml b/Cargo.toml index 30acc71..27e8c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "*" anyhow = {version = "1.0", features = ["std", "backtrace"] } banyan-shared ={git = "https://github.com/banyancomputer/banyan-shared-rs"} dotenv = "0.15.0" -reqwest = "0.11.11" +reqwest = "0.12.1" log = "0.4.17" tokio = "1.21.2" rand = "0.8.5"