From 681d0635d563d00ff2bca3af312cfe629f7a4931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:48:13 +0000 Subject: [PATCH] Bump the all group in /local-registry with 9 updates Bumps the all group in /local-registry with 9 updates: | Package | From | To | | --- | --- | --- | | [bit-set](https://github.com/contain-rs/bit-set) | `0.8.0` | `0.10.0` | | [cached](https://github.com/jaemk/cached) | `0.56.0` | `0.59.0` | | [counter](https://github.com/coriolinus/counter-rs) | `0.7.0` | `0.7.1` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` | | [numtoa](https://github.com/mmstick/numtoa) | `0.3.1` | `1.0.0` | | [proptest](https://github.com/proptest-rs/proptest) | `1.10.0` | `1.11.0` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.0` | Updates `bit-set` from 0.8.0 to 0.10.0 - [Release notes](https://github.com/contain-rs/bit-set/releases) - [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md) - [Commits](https://github.com/contain-rs/bit-set/commits) Updates `cached` from 0.56.0 to 0.59.0 - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) Updates `counter` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/coriolinus/counter-rs/releases) - [Changelog](https://github.com/coriolinus/counter-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/coriolinus/counter-rs/compare/v0.7.0...v0.7.1) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.17...1.0.18) Updates `num_enum` from 0.7.5 to 0.7.6 - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.5...0.7.6) Updates `numtoa` from 0.3.1 to 1.0.0 - [Changelog](https://github.com/mmstick/numtoa/blob/master/CHANGELOG.md) - [Commits](https://github.com/mmstick/numtoa/compare/0.3.1...1.0.0) Updates `proptest` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.10.0...v1.11.0) Updates `unicode-segmentation` from 1.12.0 to 1.13.2 - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.12.0...v1.13.2) Updates `uuid` from 1.21.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.23.0) --- updated-dependencies: - dependency-name: bit-set dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: cached dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: counter dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: itoa dependency-version: 1.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: num_enum dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: numtoa dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: unicode-segmentation dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- local-registry/Cargo.lock | 94 +++++++++++++++++++++++++++------------ local-registry/Cargo.toml | 18 ++++---- 2 files changed, 75 insertions(+), 37 deletions(-) diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index 8151c18..1279976 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -150,7 +150,16 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ - "bit-vec", + "bit-vec 0.8.0", +] + +[[package]] +name = "bit-set" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d" +dependencies = [ + "bit-vec 0.9.1", ] [[package]] @@ -159,6 +168,15 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" +[[package]] +name = "bit-vec" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" +dependencies = [ + "serde", +] + [[package]] name = "bitflags" version = "2.11.0" @@ -220,24 +238,25 @@ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" [[package]] name = "cached" -version = "0.56.0" +version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" +checksum = "53b6f5d101f0f6322c8646a45b7c581a673e476329040d97565815c2461dd0c4" dependencies = [ "ahash 0.8.12", "cached_proc_macro", "cached_proc_macro_types", - "hashbrown 0.15.5", + "hashbrown 0.16.1", "once_cell", + "parking_lot", "thiserror", "web-time", ] [[package]] name = "cached_proc_macro" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201" +checksum = "8ebcf9c75f17a17d55d11afc98e46167d4790a263f428891b8705ab2f793eca3" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -372,9 +391,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "counter" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "337a5b3c62043f6a4f5331bdb467a7f7a2099dce8522bcded6d4ebda1214fa4c" +checksum = "66e8e052be91f1c8aae2c1d81307d9f6e67f5f37001e3ddee419e971e73f03bc" dependencies = [ "num-traits", ] @@ -665,7 +684,7 @@ dependencies = [ "bigdecimal", "bimap", "binary-heap-plus", - "bit-set", + "bit-set 0.10.0", "bitflags", "bitvec", "bstr", @@ -910,6 +929,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "frunk" version = "0.4.4" @@ -1112,9 +1137,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", + "foldhash 0.1.5", ] [[package]] @@ -1122,6 +1145,11 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "heck" @@ -1259,9 +1287,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" @@ -1609,9 +1637,9 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" dependencies = [ "num_enum_derive", "rustversion", @@ -1619,9 +1647,9 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1631,9 +1659,9 @@ dependencies = [ [[package]] name = "numtoa" -version = "0.3.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6da8d50bd4f4b2e9788c44714a3fa4e465d33fd6a6ad70991db6eb30807dca" +checksum = "9e4d8a81ede501fad07191e746a299f4d79f6dcd053bab1b97af4ff5a90099f2" [[package]] name = "once_cell" @@ -1657,6 +1685,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "parking_lot" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core", +] + [[package]] name = "parking_lot_core" version = "0.9.12" @@ -1889,12 +1927,12 @@ dependencies = [ [[package]] name = "proptest" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ - "bit-set", - "bit-vec", + "bit-set 0.8.0", + "bit-vec 0.8.0", "bitflags", "num-traits", "rand 0.9.2", @@ -2653,9 +2691,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.12.0" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" +checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" [[package]] name = "unicode-xid" @@ -2676,9 +2714,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.21.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index 52e9c60..91fa696 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -24,15 +24,15 @@ bigdecimal = "0.4.10" bimap = "0.6.3" binary-heap-plus = "0.5.0" bitflags = "2.11.0" -bit-set = "0.8.0" +bit-set = "0.10.0" bitvec = "1.0.1" bstr = "1.12.1" bytecount = "0.6.9" -cached = "0.56.0" +cached = "0.59.0" cast = "0.3.0" chrono = "0.4.44" convert_case = "0.11.0" -counter = "0.7.0" +counter = "0.7.1" criterion = "0.8.1" crossbeam = "0.8.4" crossbeam-channel = "0.5.15" @@ -61,7 +61,7 @@ indoc = "2.0.7" integer-sqrt = "0.1.5" int-enum = "1.2.0" itertools = "0.14.0" -itoa = "1.0.17" +itoa = "1.0.18" kmp = "0.1.1" linked-hash-map = "0.5.6" linked_hash_set = "0.1.6" @@ -77,17 +77,17 @@ num = "0.4.3" num-bigint = "0.4.6" num_cpus = "1.17.0" num-derive = "0.4.2" -num_enum = "0.7.5" +num_enum = "0.7.6" num-format = "0.4.4" num-integer = "0.1.46" -numtoa = "0.3.1" +numtoa = "1.0.0" num-traits = "0.2.19" pest = "2.8.5" pest_derive = "2.8.5" phf = "0.13.1" phf_macros = "0.13.1" pretty_assertions = "1.4.1" -proptest = "1.9.0" +proptest = "1.11.0" quickcheck = "1.0.3" quickcheck_macros = "1.1.0" rand_09 = { package = "rand", version = "0.9.2" } # pin @@ -113,9 +113,9 @@ transpose = "0.2.3" unicase = "2.9.0" unicode-normalization = "0.1.25" unicode-reverse = "1.0.9" -unicode-segmentation = "1.12.0" +unicode-segmentation = "1.13.2" unic-segment = "0.9.0" unzip-n = "0.1.4" -uuid = "1.21.0" +uuid = "1.23.0" voca_rs = "1.15.2" xvii = "0.4.0"