diff --git a/Cargo.lock b/Cargo.lock index 02f388527e..2d6587a09f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ dependencies = [ "rand_core", "rcgen 0.11.3", "regex", - "reqwest 0.11.27", + "reqwest 0.12.4", "ring 0.17.8", "rtnetlink", "rustls 0.21.12", diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index aedfcef97b..377c5e4b9e 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -56,7 +56,7 @@ rand = "0.8" rand_chacha = { version = "0.3.1", optional = true } rand_core = "0.6.4" rcgen = "0.11" -reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] } ring = "0.17" rustls = { version = "0.21.11", default-features = false, features = ["dangerous_configuration"] } serde = { version = "1", features = ["derive", "rc"] }