Skip to content

Commit

Permalink
Bump the all group in /local-registry with 2 updates (#100)
Browse files Browse the repository at this point in the history
Bumps the all group in /local-registry with 2 updates: [itoa](https://github.com/dtolnay/itoa) and [once_cell](https://github.com/matklad/once_cell).


Updates `itoa` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.9...1.0.10)

Updates `once_cell` from 1.18.0 to 1.19.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: itoa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent edfce6a commit 7447145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions local-registry/Cargo.lock

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

4 changes: 2 additions & 2 deletions local-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ indoc = "2.0.3"
integer-sqrt = "0.1.5"
int-enum = "0.5.0"
itertools = "0.12.0"
itoa = "1.0.9"
itoa = "1.0.10"
kmp = "0.1.1"
lazy_static = "1.4.0"
linked-hash-map = "0.5.6"
Expand All @@ -74,7 +74,7 @@ num-format = "0.4.4"
num-integer = "0.1.45"
numtoa = "0.2.4"
num-traits = "0.2.15"
once_cell = "1.18.0"
once_cell = "1.19.0"
pest = "2.7.1"
pest_derive = "2.7.1"
phf = "0.11.2"
Expand Down

0 comments on commit 7447145

Please sign in to comment.