Skip to content

Commit

Permalink
chore(deps): bump parking_lot from 0.11.2 to 0.12.3 in /rust
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.3.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.11.2...0.12.3)

---
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] authored Aug 9, 2024
1 parent ff754b8 commit 14a9260
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 29 deletions.
180 changes: 152 additions & 28 deletions rust/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 rust/persia-libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lz4 = "1.23"
ndarray = {version = "0.15.3", features = ["serde"]}
ndarray-rand = "0.14"
once_cell = "1.3"
parking_lot = {version = "0.11", features = ["deadlock_detection"]}
parking_lot = {version = "0.12", features = ["deadlock_detection"]}
rand = {version = "0.8", features = ["small_rng"]}
rayon = "1.5.1"
serde = {version = "1.0", features = ["derive"]}
Expand Down

0 comments on commit 14a9260

Please sign in to comment.