Skip to content

Commit

Permalink
Bump the all group across 1 directory with 9 updates (#78)
Browse files Browse the repository at this point in the history
Bumps the all group with 8 updates in the /local-registry directory:

| Package | From | To |
| --- | --- | --- |
| [arrayvec](https://github.com/bluss/arrayvec) | `0.7.4` | `0.7.6` |
| [dashmap](https://github.com/xacrimon/dashmap) | `6.0.1` | `6.1.0` |
| [derive_more](https://github.com/JelteF/derive_more) | `0.99.18` | `1.0.0` |
| [frunk](https://github.com/lloydmeta/frunk) | `0.4.2` | `0.4.3` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.3.0` | `2.5.0` |
| [ndarray](https://github.com/rust-ndarray/ndarray) | `0.15.6` | `0.16.1` |
| [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.209` |



Updates `arrayvec` from 0.7.4 to 0.7.6
- [Release notes](https://github.com/bluss/arrayvec/releases)
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](bluss/arrayvec@0.7.4...0.7.6)

Updates `dashmap` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v6.0.1...v6.1.0)

Updates `derive_more` from 0.99.18 to 1.0.0
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.18...v1.0.0)

Updates `frunk` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/lloydmeta/frunk/releases)
- [Changelog](https://github.com/lloydmeta/frunk/blob/master/CHANGELOG.md)
- [Commits](lloydmeta/frunk@0.4.2...frunk-0.4.3)

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

Updates `ndarray` from 0.15.6 to 0.16.1
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@0.15.6...0.16.1)

Updates `rstest` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

Updates `serde` from 1.0.204 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.209)

Updates `serde_derive` from 1.0.204 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.209)

---
updated-dependencies:
- dependency-name: arrayvec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: frunk
  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: ndarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_derive
  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 Sep 5, 2024
1 parent 36bb956 commit cc5ba69
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 45 deletions.
96 changes: 59 additions & 37 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 @@ -11,7 +11,7 @@ path = "dummy.rs"
#
[dependencies]
anyhow = "1.0.86"
arrayvec = "0.7.4"
arrayvec = "0.7.6"
arr_macro = "0.2.1"
ascii = "1.1.0"
bigdecimal = "0.4.5"
Expand All @@ -31,8 +31,8 @@ criterion = "0.5.1"
crossbeam = "0.8.4"
crossbeam-channel = "0.5.13"
crossbeam-utils = "0.8.20"
dashmap = "6.0.1"
derive_more = "0.99.18"
dashmap = "6.1.0"
derive_more = "1.0.0"
digits_iterator = "0.1.0"
divisors = "0.2.1"
divrem = "1.0.0"
Expand All @@ -44,13 +44,13 @@ enum-primitive-derive = "0.3.0"
enumset = "1.1.5"
fixedbitset = "0.5.7"
flagset = "0.4.6"
frunk = "0.4.2"
frunk = "0.4.3"
gcd = "2.3.0"
hashbag = "0.1.12"
hexlit = "0.5.5"
if_chain = "1.0.2"
im = "15.1.0"
indexmap = "2.3.0"
indexmap = "2.5.0"
indoc = "2.0.5"
integer-sqrt = "0.1.5"
int-enum = "1.1.2"
Expand All @@ -65,7 +65,7 @@ mod_exp = "1.0.1"
modinverse = "0.1.1"
multimap = "0.10.0"
multiset = "0.0.5"
ndarray = "0.15.6"
ndarray = "0.16.1"
nom = "7.1.3"
num = "0.4.3"
num-bigint = "0.4.6"
Expand All @@ -88,9 +88,9 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
rayon = "1.10.0"
regex-lite = "0.1.6"
rstest = "0.21.0"
rstest = "0.22.0"
rstest_reuse = "0.7.0"
serde = "1.0.204"
serde = "1.0.209"
serde_derive = "1.0.173"
spinning_top = "0.3.0"
static_assertions = "1.1.0"
Expand Down

0 comments on commit cc5ba69

Please sign in to comment.