From 30370c76756b4715baae2e8682e27f99d338976f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:32:51 -0800 Subject: [PATCH] Update Rust crate tokio to 1.43.0 (#7609) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39cd2fb300..e179b9b597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -666,7 +666,7 @@ textwrap = "0.16.1" test-strategy = "0.4.0" thiserror = "1.0" tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" } -tokio = "1.40.0" +tokio = "1.43.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.16" tokio-tungstenite = "0.23.1"