Skip to content

Commit 9ad9533

Browse files
jalil-salamemaxcountryman
authored andcommitted
fix(tower-sessions-core): disable parking_lot serde feature
It seems unused and it slows down the compilation of all crates that depend on `parking_lot` (e.g. `tokio`). Signed-off-by: Jalil David Salamé Messina <[email protected]>
1 parent 81105af commit 9ad9533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tower-sessions-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = { version = "0.3.28", default-features = false, features = [
2121
"async-await",
2222
] }
2323
http = "1.0"
24-
parking_lot = { version = "0.12.1", features = ["serde"] }
24+
parking_lot = "0.12.1"
2525
rand = "0.9"
2626
serde = { version = "1.0.189", features = ["derive", "rc"] }
2727
serde_json = "1.0.107"

0 commit comments

Comments
 (0)