Skip to content

Commit

Permalink
chore(deps): bump parking_lot from 0.12.2 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.2 to 0.12.3.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.12.2...0.12.3)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Phoenix500526 committed May 30, 2024
1 parent 239cb77 commit 2ec4eb1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ indexmap = "2.2.6"
itertools = "0.12"
madsim = { version = "0.2.27", features = ["rpc", "macros"] }
opentelemetry = { version = "0.21.0", features = ["metrics"] }
parking_lot = "0.12.2"
parking_lot = "0.12.3"
priority-queue = "2.0.2"
prost = "0.12.3"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bincode = "1.3.3"
bytes = "1.4.0"
clippy-utilities = "0.2.0"
opentelemetry = { version = "0.21.0", features = ["metrics"] }
parking_lot = "0.12.2"
parking_lot = "0.12.3"
rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] }
serde = { version = "1.0.199", features = ["derive"] }
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion crates/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ engine = { path = "../engine" }
futures = "0.3.29"
itertools = "0.12"
madsim = "0.2.27"
parking_lot = "0.12.2"
parking_lot = "0.12.3"
prost = "0.12.3"
tempfile = "3"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ derive_builder = "0.20.0"
getset = "0.1"
opentelemetry = { version = "0.22.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.22.1", features = ["trace"] }
parking_lot = { version = "0.12.2", optional = true }
parking_lot = { version = "0.12.3", optional = true }
pbkdf2 = { version = "0.12.2", features = ["simple"] }
petgraph = "0.6.4"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ opentelemetry-otlp = { version = "0.15.0", features = [
] }
opentelemetry-prometheus = { version = "0.15.0" }
opentelemetry_sdk = { version = "0.22.1", features = ["metrics", "rt-tokio"] }
parking_lot = "0.12.2"
parking_lot = "0.12.3"
pbkdf2 = { version = "0.12.2", features = ["simple"] }
priority-queue = "2.0.2"
prometheus = "0.13.4"
Expand Down

0 comments on commit 2ec4eb1

Please sign in to comment.