From d6dc1d04852a8328f207766b0fa90205a9910404 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:37:48 +0000 Subject: [PATCH] Update Rust crate tokio to 1.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45f9b33..02942de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10.8" syn = "2" tap = "1.0.1" thiserror = "1.0.61" -tokio = "1.37.0" +tokio = "1.38.0" toml = "0.8.14" tracing = "0.1.40" uuid = "1.9.1"