Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [cached](https://github.com/jaemk/cached) | `0.48.0` | `0.48.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.33` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.1.0` | `2.2.1` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.0` | `0.12.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [strum](https://github.com/Peternator7/strum) | `0.25.0` | `0.26.1` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.25.3` | `0.26.1` |


Updates `cached` from 0.48.0 to 0.48.1
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

Updates `chrono` from 0.4.31 to 0.4.33
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.33)

Updates `indexmap` from 2.1.0 to 2.2.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.1.0...2.2.1)

Updates `itertools` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `strum` from 0.25.0 to 0.26.1
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

Updates `strum_macros` from 0.25.3 to 0.26.1
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

---
updated-dependencies:
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: strum_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 6cdd5b3 commit ca9e8e4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
44 changes: 22 additions & 22 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 @@ -19,9 +19,9 @@ bit-set = "0.5.3"
bitvec = "1.0.1"
bstr = "1.9.0"
bytecount = "0.6.3"
cached = "0.48.0"
cached = "0.48.1"
cast = "0.3.0"
chrono = "0.4.26"
chrono = "0.4.33"
convert_case = "0.6.0"
counter = "0.5.7"
criterion = "0.5.1"
Expand All @@ -47,11 +47,11 @@ hashbag = "0.1.11"
hexlit = "0.5.5"
if_chain = "1.0.2"
im = "15.1.0"
indexmap = "2.0.0"
indexmap = "2.2.1"
indoc = "2.0.3"
integer-sqrt = "0.1.5"
int-enum = "1.0.0"
itertools = "0.12.0"
itertools = "0.12.1"
itoa = "1.0.10"
kmp = "0.1.1"
lazy_static = "1.4.0"
Expand Down Expand Up @@ -89,13 +89,13 @@ rayon = "1.8.1"
regex = "1.10.3"
rstest = "0.18.1"
rstest_reuse = "0.6.0"
serde = "1.0.195"
serde = "1.0.196"
serde_derive = "1.0.173"
spinning_top = "0.3.0"
static_assertions = "1.1.0"
strfmt = "0.2.4"
strum = "0.25.0"
strum_macros = "0.25.1"
strum = "0.26.1"
strum_macros = "0.26.1"
subslice = "0.2.3"
thiserror = "1.0.53"
threadpool = "1.8.1"
Expand Down

0 comments on commit ca9e8e4

Please sign in to comment.