From 35f002eb79831418033b09f5b063a7a20fd44b05 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Tue, 23 Jan 2024 10:18:50 +0900 Subject: [PATCH] chore: deps --- rpxy-bin/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",