diff --git a/Cargo.lock b/Cargo.lock index 6e3d1fc..f14dc27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,7 +1677,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.10", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -1715,7 +1715,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.3", "tracing", "windows-sys 0.59.0", ] @@ -1824,9 +1824,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0a558fe..48cb887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ lazy_static = "1.5.0" url = "2.5.4" colored = "3.1.1" async-std = "1.13.2" -reqwest = {version="0.13.2", features = ["native-tls-vendored", "brotli", "gzip", "deflate"] } +reqwest = {version="0.13.3", features = ["native-tls-vendored", "brotli", "gzip", "deflate"] } tokio = {version="1.51.1", features = ["rt-multi-thread", "macros", "time"] } futures = "0.3.32" wildmatch = "2.6.1"