From bf6788d856ac9beff853b10add374e3539cee768 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Tue, 21 Jan 2025 11:18:24 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- Cargo.lock | 46 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 43 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8fb448..b310867a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,15 @@ Please make sure to add your changes to the appropriate categories: ### Changed -- n/a +- Updated dependencies: + - `anyhow` from `1.0.94` to `1.0.95` + - `bitflags` from `2.6.0` to `2.8.0` + - `clap` from `4.5.23` to `4.5.27` + - `env_logger` from `0.11.5` to `0.11.6` + - `insta` from `1.41.1` to `1.42.0` + - `libc` from `0.2.168` to `0.2.169` + - `log` from `0.4.22` to `0.4.25` + - `petgraph` from `0.6.4` to `0.7.0` ### Deprecated diff --git a/Cargo.lock b/Cargo.lock index b8090d1f..3b222562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ "libc", "log", "memoffset", - "petgraph", + "petgraph 0.7.1", "pulldown-cmark 0.12.2", "ra_ap_base_db", "ra_ap_cfg", @@ -281,7 +281,7 @@ dependencies = [ "ena", "indexmap", "itertools", - "petgraph", + "petgraph 0.6.5", "rustc-hash 1.1.0", "tracing", ] @@ -397,7 +397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown", + "hashbrown 0.14.3", "lock_api", "once_cell", "parking_lot_core", @@ -512,6 +512,12 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "fixedbitset" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" + [[package]] name = "form_urlencoded" version = "1.2.1" @@ -557,6 +563,12 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +[[package]] +name = "hashbrown" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" + [[package]] name = "heck" version = "0.4.1" @@ -725,12 +737,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.5" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", - "hashbrown", + "hashbrown 0.15.2", ] [[package]] @@ -1007,7 +1019,17 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", + "fixedbitset 0.4.2", + "indexmap", +] + +[[package]] +name = "petgraph" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" +dependencies = [ + "fixedbitset 0.5.7", "indexmap", ] @@ -1238,7 +1260,7 @@ dependencies = [ "drop_bomb", "either", "fst", - "hashbrown", + "hashbrown 0.14.3", "indexmap", "itertools", "la-arena", @@ -1270,7 +1292,7 @@ checksum = "1084b708f90de31888deb6e7f9cda5ebb8e6a59484143a3df0a4007dcf496b17" dependencies = [ "cov-mark", "either", - "hashbrown", + "hashbrown 0.14.3", "itertools", "la-arena", "ra_ap_base_db", @@ -1472,7 +1494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5432d6cf7382c06dab31b6c1772446c8576dd19fcbc007bc8a6fd8bca3d424d" dependencies = [ "dashmap", - "hashbrown", + "hashbrown 0.14.3", "rustc-hash 2.0.0", "sptr", "triomphe", @@ -1641,7 +1663,7 @@ version = "0.0.248" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c82fd3ff10c25958db0c254f8f4378cb75069017b675f4fe4c5e7d5f2827e71" dependencies = [ - "hashbrown", + "hashbrown 0.14.3", "la-arena", "ra_ap_salsa", "ra_ap_stdx", @@ -1839,7 +1861,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" dependencies = [ "countme", - "hashbrown", + "hashbrown 0.14.3", "memoffset", "rustc-hash 1.1.0", "text-size",