Skip to content

Commit

Permalink
A0-3951: Bump the all-rust-deps group across 1 directory with 2 updat…
Browse files Browse the repository at this point in the history
…es (#442)

Bumps the all-rust-deps group with 2 updates in the / directory: [parking_lot](https://github.com/Amanieu/parking_lot) and [serial_test](https://github.com/palfrey/serial_test).


Updates `parking_lot` from 0.12.1 to 0.12.2
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.1...0.12.2)

Updates `serial_test` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
...

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 Apr 30, 2024
1 parent b174265 commit 416d27c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = "1.0"
aleph-bft-mock = { path = "../mock" }
env_logger = "0.11"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }
serial_test = "3.1.0"
serial_test = "3.1.1"

[features]
default = ["initial_unit_collection"]
Expand Down

0 comments on commit 416d27c

Please sign in to comment.