diff --git a/Cargo.lock b/Cargo.lock index bdb23df846..2f3d5d1468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,9 +1981,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "libgit2-sys" @@ -3189,9 +3189,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 979527b01a..5eace7b713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ indexmap = "2.6.0" indoc = "2.0.4" insta = { version = "1.41.1", features = ["filters"] } itertools = "0.13.0" -libc = { version = "0.2.161" } +libc = { version = "0.2.162" } maplit = "1.0.2" minus = { version = "5.6.1", features = ["dynamic_output", "search"] } num_cpus = "1.16.0" @@ -110,7 +110,7 @@ test-case = "3.3.1" textwrap = "0.16.1" thiserror = "1.0.68" timeago = { version = "0.4.2", default-features = false } -tokio = { version = "1.41.0" } +tokio = { version = "1.41.1" } toml_edit = { version = "0.19.15", features = ["serde"] } tracing = "0.1.40" tracing-chrome = "0.7.2"