Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-cargo-updates group with 4 upda…
Browse files Browse the repository at this point in the history
…tes (#2958)

Bumps the minor-and-patch-cargo-updates group with 4 updates: [pin-project](https://github.com/taiki-e/pin-project), [proc-macro2](https://github.com/dtolnay/proc-macro2), [once_cell](https://github.com/matklad/once_cell) and [serde_with](https://github.com/jonasbb/serde_with).


Updates `pin-project` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.5...v1.1.6)

Updates `proc-macro2` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.86...1.0.87)

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

Updates `serde_with` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
...

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 Oct 7, 2024
1 parent c7f80f6 commit e94f891
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ byteorder = "1.5"
cfg_eval = "0.1"
hex = { version = "0.4", optional = true }
log = { workspace = true }
once_cell = "1.19"
once_cell = "1.20"
parking_lot = { version = "0.12.3", optional = true }
rayon = { version = "^1.10", optional = true }
regex = { version = "1.11", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rpc-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ futures = { workspace = true }
hex = "0.4"
parking_lot = "0.12"
serde = "1.0"
serde_with = "3.10"
serde_with = "3.11"
thiserror = "1.0"

nimiq-account = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion zkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ark-r1cs-std = "0.4"
ark-serialize = "0.4"
ark-std = "0.4"
log = { workspace = true }
once_cell = "1.19"
once_cell = "1.20"
parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
serde = "1.0"
Expand Down

0 comments on commit e94f891

Please sign in to comment.