diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 0d2f0067..f77f0fae 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -28,8 +28,8 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ anyhow = "1.0.79" rustc-hash = "1.1.0" serde = { version = "1.0.196", default-features = false, features = ["derive"] } -derive_builder = "0.13.0" -tokio = { version = "1.35.1", default-features = false, features = [ +derive_builder = "0.13.1" +tokio = { version = "1.36.0", default-features = false, features = [ "net", "rt-multi-thread", "time", @@ -41,8 +41,8 @@ rustls-pemfile = "1.0.4" mimalloc = { version = "*", default-features = false } # config -clap = { version = "4.4.18", features = ["std", "cargo", "wrap_help"] } -toml = { version = "0.8.9", default-features = false, features = ["parse"] } +clap = { version = "4.5.0", features = ["std", "cargo", "wrap_help"] } +toml = { version = "0.8.10", default-features = false, features = ["parse"] } hot_reload = "0.1.5" # logging diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 10baa8dc..17c21ff0 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -31,9 +31,9 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"] rand = "0.8.5" rustc-hash = "1.1.0" bytes = "1.5.0" -derive_builder = "0.13.0" +derive_builder = "0.13.1" futures = { version = "0.3.30", features = ["alloc", "async-await"] } -tokio = { version = "1.35.1", default-features = false, features = [ +tokio = { version = "1.36.0", default-features = false, features = [ "net", "rt-multi-thread", "time", @@ -46,7 +46,7 @@ async-trait = "0.1.77" # Error handling anyhow = "1.0.79" -thiserror = "1.0.56" +thiserror = "1.0.57" # http for both server and client http = "1.0.0" @@ -97,7 +97,7 @@ lru = { version = "0.12.2", optional = true } sha2 = { version = "0.10.8", default-features = false, optional = true } # cookie handling for sticky cookie -chrono = { version = "0.4.33", default-features = false, features = [ +chrono = { version = "0.4.34", default-features = false, features = [ "unstable-locales", "alloc", "clock", diff --git a/submodules/h3 b/submodules/h3 index c11410c7..e7c7ab9d 160000 --- a/submodules/h3 +++ b/submodules/h3 @@ -1 +1 @@ -Subproject commit c11410c76e738a62e62e7766b82f814547621f6f +Subproject commit e7c7ab9d634ef73784d6cbc424a270dbaa4f1c99