Skip to content

Commit 904f479

Browse files
authored
Remove unused parking lot send guard feature (#1218)
1 parent 72d8c5d commit 904f479

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ opentelemetry-otlp = { version = "0.31", features = [
6767
"http-proto",
6868
"grpc-tonic",
6969
], optional = true }
70-
parking_lot = { version = "0.12", features = ["send_guard"] }
70+
parking_lot = { version = "0.12" }
7171
prometheus = { version = "0.14", optional = true, default-features = false }
7272
prost = { workspace = true }
7373
prost-wkt = "0.7"

crates/sdk-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ opentelemetry-otlp = { version = "0.31", features = [
6565
"http-proto",
6666
"grpc-tonic",
6767
], optional = true }
68-
parking_lot = { version = "0.12", features = ["send_guard"] }
68+
parking_lot = { version = "0.12" }
6969
pid = "4.0"
7070
pin-project = "1.1"
7171
prost = { workspace = true }

crates/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures-util = { version = "0.3", default-features = false, features = [
2121
"async-await-macro",
2222
] }
2323
gethostname = "1.0.2"
24-
parking_lot = { version = "0.12", features = ["send_guard"] }
24+
parking_lot = { version = "0.12" }
2525
prost-types = { workspace = true }
2626
serde = "1.0"
2727
thiserror = "2"

0 commit comments

Comments
 (0)