diff --git a/Cargo.lock b/Cargo.lock index 2dd3aa1107..1cd8bd7527 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,9 +1107,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libgit2-sys" @@ -1786,9 +1786,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.17" +version = "0.38.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7" +checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" dependencies = [ "bitflags 2.4.0", "errno", @@ -2169,9 +2169,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes 1.5.0", diff --git a/Cargo.toml b/Cargo.toml index a485b72aab..ec462321b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ git2 = "0.17.2" hex = "0.4.3" itertools = "0.11.0" indexmap = "2.0.2" -libc = { version = "0.2.148" } +libc = { version = "0.2.149" } insta = { version = "1.33.0", features = ["filters"] } maplit = "1.0.2" num_cpus = "1.16.0" @@ -61,7 +61,7 @@ rand_chacha = "0.3.1" rayon = "1.8.0" regex = "1.9.6" rpassword = "7.2.0" -rustix = { version = "0.38.17", features = ["fs"] } +rustix = { version = "0.38.18", features = ["fs"] } smallvec = { version = "1.11.1", features = [ "const_generics", "const_new", @@ -86,7 +86,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features = "env-filter", "fmt", ] } -tokio = { version = "1.32.0" } +tokio = { version = "1.33.0" } unicode-width = "0.1.11" watchman_client = { version = "0.8.0" } whoami = "1.4.1"