diff --git a/Cargo.lock b/Cargo.lock index 3350d6d..39c7700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "asn1-rs" @@ -473,9 +473,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.44" +version = "4.5.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c1f056bae57e3e54c3375c41ff79619ddd13460a17d7438712bd0d83fda4ff8" +checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" dependencies = [ "clap_builder", ] @@ -736,7 +736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] @@ -1952,7 +1952,7 @@ dependencies = [ "once_cell", "socket2 0.5.10", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2257,7 +2257,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2270,7 +2270,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] @@ -2362,7 +2362,7 @@ dependencies = [ "security-framework 3.2.0", "security-framework-sys", "webpki-root-certs 0.26.11", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2383,7 +2383,7 @@ dependencies = [ "security-framework 3.2.0", "security-framework-sys", "webpki-root-certs 1.0.2", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2835,7 +2835,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.8", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3397,7 +3397,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index cfa2d2f..88893df 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -43,7 +43,7 @@ sticky-cookie = ["rpxy-lib/sticky-cookie"] rpxy-lib = { path = "../rpxy-lib/", default-features = false } mimalloc = { version = "0.1.47", default-features = false } -anyhow = "1.0.98" +anyhow = "1.0.99" ahash = "0.8.12" serde = { version = "1.0.219", default-features = false, features = ["derive"] } tokio = { version = "1.47.1", default-features = false, features = [ @@ -58,7 +58,7 @@ async-trait = "0.1.88" futures-util = { version = "0.3.31", default-features = false } # config -clap = { version = "4.5.44", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.5.45", features = ["std", "cargo", "wrap_help"] } toml = { version = "0.9.5", default-features = false, features = [ "parse", "serde", diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index dc753aa..bb9f5f1 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -54,7 +54,7 @@ pin-project-lite = "0.2.16" async-trait = "0.1.88" # Error handling -anyhow = "1.0.98" +anyhow = "1.0.99" thiserror = "2.0.14" # http for both server and client