From 0d232102c128d7a4ecdf12e2da1dfd3083b58f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:13:44 +0000 Subject: [PATCH] Bump the all group in /local-registry with 6 updates Bumps the all group in /local-registry with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [strum](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [strum_macros](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.21.0` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.10.0...2.11.0) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.43...v0.4.44) Updates `strum` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.2...v0.28.0) Updates `strum_macros` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.2...v0.28.0) Updates `uuid` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- local-registry/Cargo.lock | 24 ++++++++++++------------ local-registry/Cargo.toml | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/local-registry/Cargo.lock b/local-registry/Cargo.lock index eb671b9..8151c18 100644 --- a/local-registry/Cargo.lock +++ b/local-registry/Cargo.lock @@ -72,9 +72,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arr_macro" @@ -161,9 +161,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bitmaps" @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", @@ -2365,15 +2365,15 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" [[package]] name = "strum_macros" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" dependencies = [ "heck", "proc-macro2", @@ -2676,9 +2676,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.20.0" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" +checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/local-registry/Cargo.toml b/local-registry/Cargo.toml index c98dbde..ff56148 100644 --- a/local-registry/Cargo.toml +++ b/local-registry/Cargo.toml @@ -16,21 +16,21 @@ path = "dummy.rs" # an increase in the size of the local registry. # [dependencies] -anyhow = "1.0.100" # pin +anyhow = "1.0.102" # pin arrayvec = "0.7.6" arr_macro = "0.2.1" ascii = "1.1.0" bigdecimal = "0.4.10" bimap = "0.6.3" binary-heap-plus = "0.5.0" -bitflags = "2.10.0" +bitflags = "2.11.0" bit-set = "0.8.0" bitvec = "1.0.1" bstr = "1.12.1" bytecount = "0.6.9" cached = "0.56.0" cast = "0.3.0" -chrono = "0.4.43" +chrono = "0.4.44" convert_case = "0.11.0" counter = "0.7.0" criterion = "0.8.1" @@ -102,8 +102,8 @@ serde_derive = "1.0.173" spinning_top = "0.3.0" static_assertions = "1.1.0" strfmt = "0.2.5" -strum = "0.27.2" -strum_macros = "0.27.2" +strum = "0.28.0" +strum_macros = "0.28.0" subslice = "0.2.3" thiserror = "2.0.18" threadpool = "1.8.1" @@ -116,6 +116,6 @@ unicode-reverse = "1.0.9" unicode-segmentation = "1.12.0" unic-segment = "0.9.0" unzip-n = "0.1.4" -uuid = "1.20.0" +uuid = "1.21.0" voca_rs = "1.15.2" xvii = "0.4.0"