From df00aab998d55f83edbdc3366c61c0e3a9642325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:09:07 +0000 Subject: [PATCH] Bump the all group in /local-registry with 5 updates Bumps the all group in /local-registry with 5 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/akubera/bigdecimal-rs) | `0.4.9` | `0.4.10` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.8.0` | `0.8.1` | | [derive_more](https://github.com/JelteF/derive_more) | `2.1.0` | `2.1.1` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` | | [unzip-n](https://github.com/mexus/unzip-n) | `0.1.2` | `0.1.4` | Updates `bigdecimal` from 0.4.9 to 0.4.10 - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.9...v0.4.10) Updates `criterion` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.0...criterion-v0.8.1) Updates `derive_more` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v2.1.0...v2.1.1) Updates `itoa` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.15...1.0.17) Updates `unzip-n` from 0.1.2 to 0.1.4 - [Commits](https://github.com/mexus/unzip-n/commits) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: derive_more dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: itoa dependency-version: 1.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: unzip-n dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- local-registry/Cargo.lock | 30 +++++++++++++++--------------- local-registry/Cargo.toml | 10 +++++----- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index 08d3549..7d13a5f 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -118,9 +118,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "bigdecimal" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934" +checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" dependencies = [ "autocfg", "libm", @@ -379,9 +379,9 @@ dependencies = [ [[package]] name = "criterion" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0dfe5e9e71bdcf4e4954f7d14da74d1cdb92a3a07686452d1509652684b1aab" +checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf" dependencies = [ "alloca", "anes", @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de36c2bee19fba779808f92bf5d9b0fa5a40095c277aba10c458a12b35d21d6" +checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4" dependencies = [ "cast", "itertools 0.13.0", @@ -578,18 +578,18 @@ dependencies = [ [[package]] name = "derive_more" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" dependencies = [ "derive_more-impl", ] [[package]] name = "derive_more-impl" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" dependencies = [ "proc-macro2", "quote", @@ -1206,9 +1206,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "js-sys" @@ -2569,13 +2569,13 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unzip-n" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c" +checksum = "3b5bb2756c16fb66f80cfbf5fb0e0c09a7001e739f453c9ec241b9c8b1556fda" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.111", ] [[package]] diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index 499824f..edb6e6a 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.100" # pin arrayvec = "0.7.6" arr_macro = "0.2.1" ascii = "1.1.0" -bigdecimal = "0.4.9" +bigdecimal = "0.4.10" bimap = "0.6.3" binary-heap-plus = "0.5.0" bitflags = "2.10.0" @@ -33,12 +33,12 @@ cast = "0.3.0" chrono = "0.4.42" convert_case = "0.10.0" counter = "0.7.0" -criterion = "0.8.0" +criterion = "0.8.1" crossbeam = "0.8.4" crossbeam-channel = "0.5.15" crossbeam-utils = "0.8.21" dashmap = "6.1.0" -derive_more = "2.0.1" +derive_more = "2.1.1" digits_iterator = "0.1.0" divisors = "0.2.1" divrem = "1.0.0" @@ -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.15" +itoa = "1.0.17" kmp = "0.1.1" linked-hash-map = "0.5.6" linked_hash_set = "0.1.6" @@ -114,7 +114,7 @@ unicode-normalization = "0.1.25" unicode-reverse = "1.0.9" unicode-segmentation = "1.12.0" unic-segment = "0.9.0" -unzip-n = "0.1.2" +unzip-n = "0.1.4" uuid = "1.18.1" voca_rs = "1.15.2" xvii = "0.4.0"