Skip to content

Commit

Permalink
Bump the all group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 7 updates in the /local-registry directory:

| Package | From | To |
| --- | --- | --- |
| [bit-set](https://github.com/contain-rs/bit-set) | `0.6.0` | `0.8.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.9.1` | `1.10.0` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.3` | `1.1.5` |
| [flagset](https://github.com/enarx/flagset) | `0.4.5` | `0.4.6` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` |



Updates `bit-set` from 0.6.0 to 0.8.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 `bstr` from 1.9.1 to 1.10.0
- [Commits](BurntSushi/bstr@1.9.1...1.10.0)

Updates `enumset` from 1.1.3 to 1.1.5
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.3...v1.1.5)

Updates `flagset` from 0.4.5 to 0.4.6
- [Commits](enarx/flagset@v0.4.5...v0.4.6)

Updates `num_enum` from 0.7.2 to 0.7.3
- [Commits](illicitonion/num_enum@0.7.2...0.7.3)

Updates `thiserror` from 1.0.61 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.63)

Updates `uuid` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.9.1...1.10.0)

---
updated-dependencies:
- dependency-name: bit-set
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: enumset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: flagset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 9087311 commit 31aaeb7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions local-registry/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions local-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ bigdecimal = "0.4.5"
bimap = "0.6.3"
binary-heap-plus = "0.5.0"
bitflags = "2.6.0"
bit-set = "0.6.0"
bit-set = "0.8.0"
bitvec = "1.0.1"
bstr = "1.9.1"
bstr = "1.10.0"
bytecount = "0.6.8"
cached = "0.49.3"
cast = "0.3.0"
Expand All @@ -38,9 +38,9 @@ easybench = "1.1.1"
either = "1.13.0"
enum-iterator = "2.1.0"
enum-primitive-derive = "0.3.0"
enumset = "1.1.2"
enumset = "1.1.5"
fixedbitset = "0.5.7"
flagset = "0.4.5"
flagset = "0.4.6"
frunk = "0.4.2"
gcd = "2.3.0"
hashbag = "0.1.12"
Expand Down Expand Up @@ -69,7 +69,7 @@ num = "0.4.3"
num-bigint = "0.4.6"
num_cpus = "1.16.0"
num-derive = "0.4.2"
num_enum = "0.7.2"
num_enum = "0.7.3"
num-format = "0.4.4"
num-integer = "0.1.46"
numtoa = "0.2.4"
Expand Down Expand Up @@ -97,7 +97,7 @@ strfmt = "0.2.4"
strum = "0.26.3"
strum_macros = "0.26.4"
subslice = "0.2.3"
thiserror = "1.0.61"
thiserror = "1.0.63"
threadpool = "1.8.1"
time = "0.3.36"
tinyset = "0.4.15"
Expand All @@ -107,6 +107,6 @@ unicode-normalization = "0.1.23"
unicode-segmentation = "1.11.0"
unic-segment = "0.9.0"
unzip-n = "0.1.2"
uuid = "1.9.1"
uuid = "1.10.0"
voca_rs = "1.15.2"
xvii = "0.4.0"

0 comments on commit 31aaeb7

Please sign in to comment.