Skip to content

Commit

Permalink
Bump the all group in /local-registry with 3 updates (#115)
Browse files Browse the repository at this point in the history
Bumps the all group in /local-registry with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [hashbag](https://github.com/jonhoo/hashbag) and [int-enum](https://github.com/Juici/int-enum-rs).


Updates `anyhow` from 1.0.79 to 1.0.80
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

Updates `hashbag` from 0.1.11 to 0.1.12
- [Commits](jonhoo/hashbag@v0.1.11...v0.1.12)

Updates `int-enum` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/Juici/int-enum-rs/releases)
- [Commits](Juici/int-enum-rs@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: hashbag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: int-enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Feb 20, 2024
1 parent 21c0817 commit 6b02aeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions local-registry/Cargo.lock

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

6 changes: 3 additions & 3 deletions local-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
path = "dummy.rs"

[dependencies]
anyhow = "1.0.78"
anyhow = "1.0.80"
arrayvec = "0.7.4"
arr_macro = "0.2.1"
ascii = "1.1.0"
Expand Down Expand Up @@ -43,14 +43,14 @@ fixedbitset = "0.4.2"
flagset = "0.4.3"
frunk = "0.4.2"
gcd = "2.3.0"
hashbag = "0.1.11"
hashbag = "0.1.12"
hexlit = "0.5.5"
if_chain = "1.0.2"
im = "15.1.0"
indexmap = "2.2.3"
indoc = "2.0.3"
integer-sqrt = "0.1.5"
int-enum = "1.0.0"
int-enum = "1.0.1"
itertools = "0.12.1"
itoa = "1.0.10"
kmp = "0.1.1"
Expand Down

0 comments on commit 6b02aeb

Please sign in to comment.