From 22589d38bd76065efabda920f787e0d7ec89e911 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Sun, 2 Jun 2024 02:40:20 +0900 Subject: [PATCH] chore: deps --- proxy-bin/Cargo.toml | 4 ++-- proxy-lib/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy-bin/Cargo.toml b/proxy-bin/Cargo.toml index 232aae3..9d4fdae 100644 --- a/proxy-bin/Cargo.toml +++ b/proxy-bin/Cargo.toml @@ -19,9 +19,9 @@ doh-auth-proxy-lib = { path = "../proxy-lib/" } anyhow = "1.0.86" mimalloc = { version = "*", default-features = false } -serde = { version = "1.0.202", default-features = false, features = ["derive"] } +serde = { version = "1.0.203", default-features = false, features = ["derive"] } derive_builder = "0.20.0" -tokio = { version = "1.37.0", default-features = false, features = [ +tokio = { version = "1.38.0", default-features = false, features = [ "net", "rt-multi-thread", "time", diff --git a/proxy-lib/Cargo.toml b/proxy-lib/Cargo.toml index 3dbdb0a..4781f7c 100644 --- a/proxy-lib/Cargo.toml +++ b/proxy-lib/Cargo.toml @@ -17,7 +17,7 @@ publish.workspace = true [dependencies] rand = "0.8.5" -tokio = { version = "1.37.0", features = [ +tokio = { version = "1.38.0", features = [ "net", "rt-multi-thread", "time", @@ -32,7 +32,7 @@ anyhow = "1.0.86" tracing = "0.1.40" thiserror = "1.0.61" async-trait = "0.1.80" -serde = { version = "1.0.202", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } itertools = "0.13.0" rustc-hash = "1.1.0" crossbeam-channel = "0.5.13"