diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 251c6824..d8936382 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -28,7 +28,7 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ anyhow = "1.0.79" rustc-hash = "1.1.0" serde = { version = "1.0.195", default-features = false, features = ["derive"] } -derive_builder = "0.12.0" +derive_builder = "0.13.0" tokio = { version = "1.35.1", default-features = false, features = [ "net", "rt-multi-thread", diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 4b248112..0a18d99b 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -31,7 +31,7 @@ webpki-roots = ["rustls-backend", "hyper-rustls/webpki-tokio"] rand = "0.8.5" rustc-hash = "1.1.0" bytes = "1.5.0" -derive_builder = "0.12.0" +derive_builder = "0.13.0" futures = { version = "0.3.30", features = ["alloc", "async-await"] } tokio = { version = "1.35.1", default-features = false, features = [ "net",