remove use of parking lot

This commit is contained in:
kevin zhao
2025-11-13 14:41:41 -05:00
parent 2e14f258c3
commit 762881b60c
3 changed files with 0 additions and 3 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1195,7 +1195,6 @@ dependencies = [
"anyhow",
"clap",
"multimap",
"parking_lot",
"pretty_assertions",
"serde",
"serde_json",

View File

@@ -153,7 +153,6 @@ owo-colors = "4.2.0"
paste = "1.0.15"
path-absolutize = "3.1.1"
pathdiff = "0.2"
parking_lot = "0.12.4"
portable-pty = "0.9.0"
predicates = "3"
pretty_assertions = "1.4.1"

View File

@@ -19,7 +19,6 @@ workspace = true
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
multimap = { workspace = true }
parking_lot = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
shlex = { workspace = true }