From 5037f95b373c19ccacf7c633e4d62e026a86d107 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 24 Jul 2024 01:21:59 +0900 Subject: [PATCH] deps: revert tokio (yanked!) --- rpxy-acme/Cargo.toml | 2 +- rpxy-bin/Cargo.toml | 2 +- rpxy-certs/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index 9775749a..55a93c2f 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -29,5 +29,5 @@ rustls-platform-verifier = { version = "0.3.2" } rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, features = [ "aws-lc-rs", ] } -tokio = { version = "1.39.0", default-features = false } +tokio = { version = "1.38.1", default-features = false } tokio-stream = { version = "0.1.15", default-features = false } diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 3a03f8e5..3e16fb93 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -32,7 +32,7 @@ mimalloc = { version = "*", default-features = false } anyhow = "1.0.86" rustc-hash = "2.0.0" serde = { version = "1.0.204", default-features = false, features = ["derive"] } -tokio = { version = "1.39.0", default-features = false, features = [ +tokio = { version = "1.38.1", default-features = false, features = [ "net", "rt-multi-thread", "time", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 08e1ebf0..c17a94c8 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -33,7 +33,7 @@ rustls-webpki = { version = "0.102.6", default-features = false, features = [ x509-parser = { version = "0.16.0" } [dev-dependencies] -tokio = { version = "1.39.0", default-features = false, features = [ +tokio = { version = "1.38.1", default-features = false, features = [ "rt-multi-thread", "macros", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 6aeb624a..da03ef19 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -37,7 +37,7 @@ rustc-hash = "2.0.0" bytes = "1.6.1" derive_builder = "0.20.0" futures = { version = "0.3.30", features = ["alloc", "async-await"] } -tokio = { version = "1.39.0", default-features = false, features = [ +tokio = { version = "1.38.1", default-features = false, features = [ "net", "rt-multi-thread", "time",