Skip to content

Commit

Permalink
Merge pull request #51 from nhudson/renovate/parking_lot-0.x
Browse files Browse the repository at this point in the history
Update Rust crate parking_lot to 0.12.2
  • Loading branch information
nhudson authored May 1, 2024
2 parents 26a41d2 + f34fc88 commit 8153147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0", features = ["derive"]}
log = "0.4"
env_logger = "0.11"
parking_lot = "0.12"
parking_lot = "0.12.2"
futures = "0.3"
hex = "0.4.3"
ring = "0.17.8"
Expand Down

0 comments on commit 8153147

Please sign in to comment.