Skip to content

Commit

Permalink
build(deps): bump loom from 0.5.6 to 0.6.1 (#496)
Browse files Browse the repository at this point in the history
Bumps [loom](https://github.com/tokio-rs/loom) from 0.5.6 to 0.6.1.
- [Release notes](https://github.com/tokio-rs/loom/releases)
- [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/loom@v0.5.6...v0.6.1)

---
updated-dependencies:
- dependency-name: loom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 29, 2023
1 parent 28a96d8 commit da59e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/mock-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
tokio = { version = "1.28.2", features = ["io-util", "sync"] }
loom = { version = "0.5.6", features = ["futures", "checkpoint"] }
loom = { version = "0.6.1", features = ["futures", "checkpoint"] }
lazy_static = "1.4.0"

[dev-dependencies]
Expand Down

0 comments on commit da59e95

Please sign in to comment.