diff --git a/Cargo.toml b/Cargo.toml index f144771..c40a59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version= "4.5.4", features=["derive"] } -reqwest = { version = "0.12.4", default-features = false, features = ["stream", "http2", "json", "rustls-tls"] } +reqwest = { version = "0.13.1", default-features = false, features = ["stream", "http2", "json", "rustls-tls"] } tokio = { version = "1.38.0", default-features = false, features = ["rt-multi-thread", "fs", ] } serde_json = { version = "1.0.117", default-features = false, features = ["alloc"] } tokio-stream = "0.1.15"