Skip to content

Commit

Permalink
Bump parking_lot from 0.12.1 to 0.12.2 (qdrant#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and generall committed May 2, 2024
1 parent 9b8b522 commit 578376c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fnv = "1.0"
futures = "0.3.30"
futures-util = "0.3.30"
indexmap = { version = "2", features = ["serde"] }
parking_lot = { version = "0.12.1", features = ["deadlock_detection", "serde"] }
parking_lot = { version = "0.12.2", features = ["deadlock_detection", "serde"] }
prost = "0.11.9"
prost-wkt-types = "0.4.2"
reqwest = { version = "0.12.4", default-features = false, features = ["http2", "stream", "rustls-tls", "blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/sparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ordered-float = "4.2"
rand = "0.8.5"
validator = { workspace = true }
itertools = "0.12.1"
parking_lot = "0.12.1"
parking_lot = "0.12.2"

0 comments on commit 578376c

Please sign in to comment.