From 43e41ef9642f9580b35386363d5342cabd25856e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:12:21 +0000 Subject: [PATCH] Bump tokio from 1.43.0 to 1.43.1 in /dsc_lib Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dsc_lib/Cargo.lock | 4 ++-- dsc_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dsc_lib/Cargo.lock b/dsc_lib/Cargo.lock index c6a64eae4..029825bdb 100644 --- a/dsc_lib/Cargo.lock +++ b/dsc_lib/Cargo.lock @@ -1605,9 +1605,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/dsc_lib/Cargo.toml b/dsc_lib/Cargo.toml index ce05d2d4d..a2c336254 100644 --- a/dsc_lib/Cargo.toml +++ b/dsc_lib/Cargo.toml @@ -29,7 +29,7 @@ serde_yaml = { version = "0.9" } thiserror = "2.0" security_context_lib = { path = "../security_context_lib" } semver = "1.0" -tokio = { version = "1.41", features = ["full"] } +tokio = { version = "1.43", features = ["full"] } tracing = "0.1" tracing-indicatif = { version = "0.3" } tree-sitter = "0.25"