From 5f9b4b39d7a6a8bf849ff29b4ef8703c555ad9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:15:25 +0000 Subject: [PATCH] chore: bump tokio from 1.42.0 to 1.43.0 (#5127) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee7b8b2b23dd..24ef10df8179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4138,9 +4138,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -4156,9 +4156,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index a96babe3c70e..f904f71e2692 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.42.0", optional = true, features = ["full"] } +tokio = { version = "1.43.0", optional = true, features = ["full"] } tokio-util = { version = "0.7.13", optional = true, features = ["compat"] } [dev-dependencies]