Skip to content

Commit

Permalink
Bump parking_lot from 0.11.2 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.11.2...0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2023
1 parent dab5d72 commit 9f4771d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 relays/finality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ num-traits = "0.2"
relay-utils = { path = "../utils" }

[dev-dependencies]
parking_lot = "0.11.0"
parking_lot = "0.12.1"
2 changes: 1 addition & 1 deletion relays/messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3.5"
hex = "0.4"
log = "0.4.17"
num-traits = "0.2"
parking_lot = "0.11.0"
parking_lot = "0.12.1"

# Bridge Dependencies

Expand Down

0 comments on commit 9f4771d

Please sign in to comment.