diff --git a/Cargo.toml b/Cargo.toml index 00a7cc2..ecf70da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ tokio = { version = "1", features = ["time"] } [dev-dependencies] anyhow = "1" -reqwest = "0.11" +reqwest = "0.12" tokio = { version = "1", features = ["time", "rt", "macros", "sync"] }