Skip to content

Commit

Permalink
Bump parking_lot from 0.11.2 to 0.12.1 (#927)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and dubbelosix committed Sep 29, 2023
1 parent 042d250 commit 8221543
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 8221543

Please sign in to comment.