diff --git a/dsc_lib/Cargo.lock b/dsc_lib/Cargo.lock index a0a3bc895..fbe47b77b 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 3f7d72378..326b62243 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"