From c4a941db90c0dda764f77b1b5eb85cfdb0556eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:11:42 +0000 Subject: [PATCH] Update Rust crate tokio to 1.32 --- src/integration/Cargo.toml | 2 +- src/qos_host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/integration/Cargo.toml b/src/integration/Cargo.toml index 20ae56937..a29b7ed0c 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -14,7 +14,7 @@ qos_hex = { path = "../qos_hex" } qos_p256 = { path = "../qos_p256", features = ["mock"] } qos_test_primitives = { path = "../qos_test_primitives" } -tokio = { version = "1.28", features = ["macros", "rt-multi-thread"], default-features = false } +tokio = { version = "1.32", features = ["macros", "rt-multi-thread"], default-features = false } borsh = { version = "0.10" } nix = { version = "0.26", features = ["socket"], default-features = false } diff --git a/src/qos_host/Cargo.toml b/src/qos_host/Cargo.toml index 154e8c2ac..562768aa3 100644 --- a/src/qos_host/Cargo.toml +++ b/src/qos_host/Cargo.toml @@ -8,7 +8,7 @@ qos_core = { path = "../qos_core", default-features = false } # Third party axum = { version = "0.6.20", features = ["http1", "tokio"], default-features = false } -tokio = { version = "1.28", features = ["macros", "rt-multi-thread"], default-features = false } +tokio = { version = "1.32", features = ["macros", "rt-multi-thread"], default-features = false } borsh = { version = "0.10" } [features]