Skip to content

Commit 218c96b

Browse files
Update Rust crate parking_lot to v0.12.4 (#11257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 579e2b8 commit 218c96b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ native-tls = "=0.2.14"
106106
oauth2 = "=5.0.0"
107107
object_store = { version = "=0.12.1", features = ["aws"] }
108108
p256 = "=0.13.2"
109-
parking_lot = "=0.12.3"
109+
parking_lot = "=0.12.4"
110110
paste = "=1.0.15"
111111
postgres-native-tls = "=0.5.1"
112112
prometheus = { version = "=0.14.0", default-features = false }

crates/crates_io_session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ axum = { version = "=0.8.4", features = ["macros"] }
1212
axum-extra = { version = "=0.11.0", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }
15-
parking_lot = "=0.12.3"
15+
parking_lot = "=0.12.4"
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)