diff --git a/Cargo.lock b/Cargo.lock index 58b42f65953..4c89e2e6f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -6349,7 +6349,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "itertools 0.14.0", "log", "multimap", @@ -7544,9 +7544,12 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "similar" -version = "2.7.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" +checksum = "26d0b06eba54f0ca0770f970a3e89823e766ca638dd940f8469fa0fa50c75396" +dependencies = [ + "bstr", +] [[package]] name = "siphasher" @@ -7990,7 +7993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix 1.0.7", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index 1db3422df41..754949a4722 100644 --- a/gnd/Cargo.toml +++ b/gnd/Cargo.toml @@ -58,7 +58,7 @@ reqwest = { workspace = true } thiserror = { workspace = true } # Console output -similar = "2" +similar = "3" indicatif = { workspace = true } console = { workspace = true }