Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
| [bigdecimal](https://github.com/akubera/bigdecimal-rs) | `0.4.2` | `0.4.3` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.35` |
| [fixedbitset](https://github.com/petgraph/fixedbitset) | `0.5.0` | `0.5.1` |
| [int-enum](https://github.com/Juici/int-enum-rs) | `1.0.1` | `1.1.1` |
| [strum](https://github.com/Peternator7/strum) | `0.26.1` | `0.26.2` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.26.1` | `0.26.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |


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

Updates `bigdecimal` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](akubera/bigdecimal-rs@v0.4.2...v0.4.3)

Updates `chrono` from 0.4.34 to 0.4.35
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.35)

Updates `fixedbitset` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/petgraph/fixedbitset/releases)
- [Commits](petgraph/fixedbitset@0.5.0...0.5.1)

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

Updates `strum` from 0.26.1 to 0.26.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.1...v0.26.2)

Updates `strum_macros` from 0.26.1 to 0.26.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.1...v0.26.2)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bigdecimal
  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: fixedbitset
  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-minor
  dependency-group: all
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: strum_macros
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent e7f707f commit 15bc674
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
90 changes: 45 additions & 45 deletions local-registry/Cargo.lock

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

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

[dependencies]
anyhow = "1.0.80"
anyhow = "1.0.81"
arrayvec = "0.7.4"
arr_macro = "0.2.1"
ascii = "1.1.0"
bigdecimal = "0.4.1"
bigdecimal = "0.4.3"
bimap = "0.6.3"
binary-heap-plus = "0.5.0"
bitflags = "2.4.2"
Expand All @@ -21,7 +21,7 @@ bstr = "1.9.1"
bytecount = "0.6.3"
cached = "0.49.2"
cast = "0.3.0"
chrono = "0.4.34"
chrono = "0.4.35"
convert_case = "0.6.0"
counter = "0.5.7"
criterion = "0.5.1"
Expand All @@ -39,7 +39,7 @@ either = "1.10.0"
enum-iterator = "2.0.0"
enum-primitive-derive = "0.3.0"
enumset = "1.1.2"
fixedbitset = "0.5.0"
fixedbitset = "0.5.1"
flagset = "0.4.5"
frunk = "0.4.2"
gcd = "2.3.0"
Expand All @@ -50,7 +50,7 @@ im = "15.1.0"
indexmap = "2.2.5"
indoc = "2.0.3"
integer-sqrt = "0.1.5"
int-enum = "1.0.1"
int-enum = "1.1.1"
itertools = "0.12.1"
itoa = "1.0.10"
kmp = "0.1.1"
Expand Down Expand Up @@ -94,10 +94,10 @@ serde_derive = "1.0.173"
spinning_top = "0.3.0"
static_assertions = "1.1.0"
strfmt = "0.2.4"
strum = "0.26.1"
strum_macros = "0.26.1"
strum = "0.26.2"
strum_macros = "0.26.2"
subslice = "0.2.3"
thiserror = "1.0.57"
thiserror = "1.0.58"
threadpool = "1.8.1"
time = "0.3.34"
tinyset = "0.4.15"
Expand Down

0 comments on commit 15bc674

Please sign in to comment.