Skip to content

Commit 681d063

Browse files
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](coriolinus/counter-rs@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](dtolnay/itoa@1.0.17...1.0.18) Updates `num_enum` from 0.7.5 to 0.7.6 - [Commits](illicitonion/num_enum@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](mmstick/numtoa@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](proptest-rs/proptest@v1.10.0...v1.11.0) Updates `unicode-segmentation` from 1.12.0 to 1.13.2 - [Commits](unicode-rs/unicode-segmentation@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](uuid-rs/uuid@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] <support@github.com>
1 parent f14393d commit 681d063

2 files changed

Lines changed: 75 additions & 37 deletions

File tree

local-registry/Cargo.lock

Lines changed: 66 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

local-registry/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ bigdecimal = "0.4.10"
2424
bimap = "0.6.3"
2525
binary-heap-plus = "0.5.0"
2626
bitflags = "2.11.0"
27-
bit-set = "0.8.0"
27+
bit-set = "0.10.0"
2828
bitvec = "1.0.1"
2929
bstr = "1.12.1"
3030
bytecount = "0.6.9"
31-
cached = "0.56.0"
31+
cached = "0.59.0"
3232
cast = "0.3.0"
3333
chrono = "0.4.44"
3434
convert_case = "0.11.0"
35-
counter = "0.7.0"
35+
counter = "0.7.1"
3636
criterion = "0.8.1"
3737
crossbeam = "0.8.4"
3838
crossbeam-channel = "0.5.15"
@@ -61,7 +61,7 @@ indoc = "2.0.7"
6161
integer-sqrt = "0.1.5"
6262
int-enum = "1.2.0"
6363
itertools = "0.14.0"
64-
itoa = "1.0.17"
64+
itoa = "1.0.18"
6565
kmp = "0.1.1"
6666
linked-hash-map = "0.5.6"
6767
linked_hash_set = "0.1.6"
@@ -77,17 +77,17 @@ num = "0.4.3"
7777
num-bigint = "0.4.6"
7878
num_cpus = "1.17.0"
7979
num-derive = "0.4.2"
80-
num_enum = "0.7.5"
80+
num_enum = "0.7.6"
8181
num-format = "0.4.4"
8282
num-integer = "0.1.46"
83-
numtoa = "0.3.1"
83+
numtoa = "1.0.0"
8484
num-traits = "0.2.19"
8585
pest = "2.8.5"
8686
pest_derive = "2.8.5"
8787
phf = "0.13.1"
8888
phf_macros = "0.13.1"
8989
pretty_assertions = "1.4.1"
90-
proptest = "1.9.0"
90+
proptest = "1.11.0"
9191
quickcheck = "1.0.3"
9292
quickcheck_macros = "1.1.0"
9393
rand_09 = { package = "rand", version = "0.9.2" } # pin
@@ -113,9 +113,9 @@ transpose = "0.2.3"
113113
unicase = "2.9.0"
114114
unicode-normalization = "0.1.25"
115115
unicode-reverse = "1.0.9"
116-
unicode-segmentation = "1.12.0"
116+
unicode-segmentation = "1.13.2"
117117
unic-segment = "0.9.0"
118118
unzip-n = "0.1.4"
119-
uuid = "1.21.0"
119+
uuid = "1.23.0"
120120
voca_rs = "1.15.2"
121121
xvii = "0.4.0"

0 commit comments

Comments
 (0)