Skip to content

Commit 9f4771d

Browse files
Bump parking_lot from 0.11.2 to 0.12.1
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] <[email protected]>
1 parent dab5d72 commit 9f4771d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relays/finality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ num-traits = "0.2"
1717
relay-utils = { path = "../utils" }
1818

1919
[dev-dependencies]
20-
parking_lot = "0.11.0"
20+
parking_lot = "0.12.1"

relays/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures = "0.3.5"
1212
hex = "0.4"
1313
log = "0.4.17"
1414
num-traits = "0.2"
15-
parking_lot = "0.11.0"
15+
parking_lot = "0.12.1"
1616

1717
# Bridge Dependencies
1818

0 commit comments

Comments
 (0)