diff --git a/Cargo.lock b/Cargo.lock index f1a2cf041b..59b790b944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2465,9 +2465,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.24" +version = "0.38.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" +checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e" dependencies = [ "bitflags 2.4.0", "errno", @@ -2734,9 +2734,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-case" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d70dd1add280294abf52e1220e4fc284127233e2425383503fd85d2ed3fb275" +checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" dependencies = [ "test-case-macros", ] diff --git a/Cargo.toml b/Cargo.toml index 3daf059858..cd7b246c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ rand_chacha = "0.3.1" rayon = "1.8.0" regex = "1.10.2" rpassword = "7.3.1" -rustix = { version = "0.38.24", features = ["fs"] } +rustix = { version = "0.38.25", features = ["fs"] } scm-record = "0.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.108" @@ -79,7 +79,7 @@ smallvec = { version = "1.11.2", features = [ ] } strsim = "0.10.0" tempfile = "3.8.1" -test-case = "3.3.0" +test-case = "3.3.1" textwrap = "0.16.0" thiserror = "1.0.50" timeago = { version = "0.4.2", default-features = false }