From 51ad31791c361b636f5d031072cc035b01324024 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Mon, 18 Dec 2023 23:57:13 +0900 Subject: [PATCH] deps --- proxy-bin/Cargo.toml | 2 +- proxy-lib/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy-bin/Cargo.toml b/proxy-bin/Cargo.toml index c0cb985..aa79861 100644 --- a/proxy-bin/Cargo.toml +++ b/proxy-bin/Cargo.toml @@ -38,7 +38,7 @@ anyhow = "1.0.75" mimalloc = { version = "*", default-features = false } serde = { version = "1.0.193", default-features = false, features = ["derive"] } derive_builder = "0.12.0" -tokio = { version = "1.34.0", default-features = false, features = [ +tokio = { version = "1.35.0", default-features = false, features = [ "net", "rt-multi-thread", "time", diff --git a/proxy-lib/Cargo.toml b/proxy-lib/Cargo.toml index 08d5375..0306ac9 100644 --- a/proxy-lib/Cargo.toml +++ b/proxy-lib/Cargo.toml @@ -33,7 +33,7 @@ publish = false [dependencies] rand = "0.8.5" -tokio = { version = "1.34.0", features = [ +tokio = { version = "1.35.0", features = [ "net", "rt-multi-thread", "time", @@ -46,7 +46,7 @@ futures = { version = "0.3.29", default-features = false, features = [ ] } anyhow = "1.0.75" tracing = "0.1.40" -thiserror = "1.0.50" +thiserror = "1.0.51" async-trait = "0.1.74" serde = { version = "1.0.193", features = ["derive"] } itertools = "0.12.0"