diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 5a5694e..3a07961 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming", "development-tools::testing"] [dependencies] kvarn = { path = "../", features = ["full"], version = "0.6.0" } -reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-manual-roots"] } +reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-manual-roots"] } rand = "0.8" rcgen = "0.12" tokio = { version = "1.24", features = ["macros"] }