Skip to content

Commit

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

Bumps the all-rust-deps group with 4 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [thiserror](https://github.com/dtolnay/thiserror), [tokio](https://github.com/tokio-rs/tokio) and [serial_test](https://github.com/palfrey/serial_test).


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

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

Updates `tokio` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-rust-deps
- dependency-name: tokio
  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-minor
  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 Nov 12, 2024
1 parent b50ce65 commit cafcf14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.

4 changes: 2 additions & 2 deletions consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ itertools = "0.13"
log = "0.4"
parking_lot = "0.12"
rand = "0.8"
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
aleph-bft-mock = { path = "../mock" }
env_logger = "0.11"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }
serial_test = "3.1.1"
serial_test = "3.2.0"

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

0 comments on commit cafcf14

Please sign in to comment.