Skip to content

Commit 6fd28e9

Browse files
Bump parking_lot from 0.10.0 to 0.11.1 in /exonum-java-binding/core/rust
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.10.0 to 0.11.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.10.0...0.11.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d029203 commit 6fd28e9

File tree

2 files changed

+80
-28
lines changed

2 files changed

+80
-28
lines changed

exonum-java-binding/core/rust/Cargo.lock

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

exonum-java-binding/core/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures = "0.1"
3030
jni = { version = "0.15", features = ["invocation"] }
3131
lazy_static = "1.3"
3232
log = "0.4"
33-
parking_lot = "0.10"
33+
parking_lot = "0.11"
3434
protobuf = { version = "2.8", features = ["with-serde"] }
3535
serde = { version = "1.0", features = ["serde_derive"] }
3636
structopt = "0.3"

0 commit comments

Comments
 (0)