Skip to content

Commit

Permalink
build(deps): update parking_lot requirement from ^0.11 to ^0.12 (tikv…
Browse files Browse the repository at this point in the history
…#434)

Signed-off-by: Jan Berktold <jberktold@roblox.com>
  • Loading branch information
dependabot[bot] authored and JanBerktold committed Nov 12, 2022
1 parent 5c85f22 commit 3c933b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -29,7 +29,7 @@ cfg-if = "^1.0"
fnv = "^1.0"
lazy_static = "^1.4"
libc = { version = "^0.2", optional = true }
parking_lot = "^0.11"
parking_lot = "^0.12"
protobuf = { version = "^2.0", optional = true }
memchr = "^2.3"
reqwest = { version = "^0.11", features = ["blocking"], optional = true }
Expand Down

0 comments on commit 3c933b8

Please sign in to comment.