diff --git a/Cargo.lock b/Cargo.lock index 788810c5cb4a9..a32903f61e60f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,9 +564,9 @@ checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "fixedbitset" -version = "0.4.2" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] name = "flate2" @@ -974,12 +974,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.14.5", "serde", ] @@ -1005,9 +1005,9 @@ checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -2221,9 +2221,9 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.5" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +checksum = "e2b1374ec32450264534c67d1ccb5ca09818c4db8fd87cf97478d0df2fa44c65" dependencies = [ "fixedbitset", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 5330e8f867827..6867f593fc185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ napi-build = "2.1.3" napi-derive = "3.0.0-alpha" # Relaxed version so the user can decide which version to use. -indexmap = "2.7" +indexmap = "2" proc-macro2 = "1" quote = "1" rustc-hash = "2" @@ -157,7 +157,7 @@ hashbrown = "0.15.2" humansize = "2.1.3" ignore = "0.4.23" insta = "1.41.1" -itertools = "0.13.0" +itertools = "0.14.0" itoa = "1.0.14" jemallocator = "0.5.4" json-strip-comments = "1.0.4" @@ -172,7 +172,7 @@ mime_guess = "2.0.5" nonmax = "0.5.5" num-bigint = "0.4.6" num-traits = "0.2.19" -petgraph = "0.6.5" +petgraph = "0.7.0" phf = "0.11.2" pico-args = "0.5.0" prettyplease = "0.2.25"