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.
- [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] authored Sep 25, 2023
1 parent c24fc2f commit 2b0cfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 examples/demo-prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ methods = { path = "./methods" }
[dev-dependencies]
tempfile = { workspace = true }
once_cell = "1.7.2"
parking_lot = "0.11.1"
parking_lot = "0.12.1"
prettytable-rs = "^0.10"
env_logger = "0.10.0"
log = "0.4"
Expand Down

0 comments on commit 2b0cfef

Please sign in to comment.