From e89c7dbece8e380385b9f10a76f16cca6f846451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:36:55 +0000 Subject: [PATCH] chore: bump tokio from 1.40.0 to 1.41.0 (#5000) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51f7138c0af2..3d25daf79e2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4098,9 +4098,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 9ef9287fc057..cce578d4e189 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -123,7 +123,7 @@ tiberius = { version = "0.12.3", optional = true, default-features = false, feat "rustls", "tds73", ] } -tokio = { version = "1.40.0", optional = true, features = ["full"] } +tokio = { version = "1.41.0", optional = true, features = ["full"] } tokio-util = { version = "0.7.12", optional = true, features = ["compat"] } [dev-dependencies]