Skip to content

Commit de0b4fa

Browse files
Update Rust crate parking_lot to v0.12.5
1 parent 63d0f4f commit de0b4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ native-tls = "=0.2.14"
109109
oauth2 = "=5.0.0"
110110
object_store = { version = "=0.12.4", features = ["aws"] }
111111
p256 = "=0.13.2"
112-
parking_lot = "=0.12.4"
112+
parking_lot = "=0.12.5"
113113
paste = "=1.0.15"
114114
postgres-native-tls = "=0.5.2"
115115
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.6", features = ["macros"] }
1212
axum-extra = { version = "=0.10.3", features = ["cookie-signed"] }
1313
base64 = "=0.22.1"
1414
cookie = { version = "=0.18.1", features = ["secure"] }
15-
parking_lot = "=0.12.4"
15+
parking_lot = "=0.12.5"
1616

1717
[dev-dependencies]

0 commit comments

Comments
 (0)