Skip to content

Commit

Permalink
Bump parking-lot to version 0.12.0
Browse files Browse the repository at this point in the history
Summary:
~~~Added new parking-lot version named parking_lot_0_12~~~
allow-large-files

previous versions of parking-lot are incompatible with wasm compilation targets

rustwasm/wasm-bindgen#2160
Amanieu/parking_lot#302

Reviewed By: dtolnay

Differential Revision: D33985872

fbshipit-source-id: ce571ef50289fe97ff89dbf72d2c7f39fbd47758
  • Loading branch information
mofeiZ authored and facebook-github-bot committed Feb 7, 2022
1 parent 9728bf5 commit c94dada
Show file tree
Hide file tree
Showing 55 changed files with 57 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cpython = { version = "0.5", default-features = false }
cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
minibytes = { path = "../../../../lib/minibytes" }
renderdag = { path = "../../../../lib/renderdag" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"

[features]
python2 = ["cpython/python27-sys", "cpython_ext/python2"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.5", default-features = false }
edenapi_types = { path = "../../../../lib/edenapi/types" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
progress = { path = "../../../../lib/progress" }
pyprogress = { path = "../pyprogress" }
pyconfigparser = { path = "../pyconfigparser" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.5", default-features = false }
lazy_static = "1"
mincode = { path = "../../../../lib/mincode" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
python27-sys = { version = "0.5", optional = true }
python3-sys = { version = "0.5", optional = true }
serde_json = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.20"
cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.5", default-features = false }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
treestate = { path = "../../../../lib/treestate" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/blackbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ byteorder = "1.3"
indexedlog = { path = "../indexedlog" }
lazy_static = "1.0"
libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_alt = { path = "serde_alt" }
serde_cbor = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/checkout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1.0.51"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
manifest = { path = "../manifest", features = ["for-tests"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
pathmatcher = { path = "../pathmatcher" }
revisionstore = { path = "../revisionstore" }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/configparser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ zstd = { version = "=0.8.0+zstd.1.4.9", optional = true }
[dev-dependencies]
lazy_static = "1.0"
minibench = { path = "../minibench" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
tempdir = "0.3"

[features]
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/cpython-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ encoding = { path = "../encoding" }
io = { path = "../io" }
lazy_static = "1.0"
libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
python27-sys = { version = "0.7", optional = true }
python3-sys = { version = "0.7", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] }
itertools = "0.10.3"
minibytes = { path = "../minibytes" }
nonblocking = { path = "../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
quickcheck = { version = "1.0", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
tempfile = { version = "3.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/dag/gitdag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ anyhow = "1.0.51"
dag = { path = ".." }
git2 = "0.13"
nonblocking = { path = "../../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
tracing = "0.1.29"
2 changes: 1 addition & 1 deletion eden/hg-server/lib/hg-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"

[dependencies]
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
2 changes: 1 addition & 1 deletion eden/hg-server/lib/hgcommands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hgtime = { path = "../hgtime" }
indexedlog = { path = "../indexedlog" }
libc = "0.2.98"
mincode = { path = "../mincode" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
procinfo = { path = "../procinfo" }
progress-model = { path = "../progress/model" }
progress-render = { path = "../progress/render" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/hgcommits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
gitdag = { path = "../dag/gitdag" }
metalog = { path = "../metalog" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
revlogindex = { path = "../revlogindex" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
streams = { path = "../streams" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = "0.7"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
http = "0.2"
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
paste = "1.0"
pin-project = "0.4.28"
regex = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
atty = "0.2"
configparser = { path = "../configparser" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
pipe = "0.2"
streampager = { version = "0.10", default-features = false }
4 changes: 2 additions & 2 deletions eden/hg-server/lib/manifest-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.51"
bytes = { version = "1.1", features = ["serde"] }
manifest = { path = "../manifest" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"], optional = true }
parking_lot = { version = "0.12.0", features = ["send_guard"], optional = true }
pathmatcher = { path = "../pathmatcher" }
quickcheck = { version = "1.0", optional = true }
rand = { version = "0.8", features = ["small_rng"], optional = true }
Expand All @@ -27,7 +27,7 @@ types = { path = "../types" }
[dev-dependencies]
manifest = { path = "../manifest", features = ["for-tests"], default-features = false }
minibench = { path = "../minibench" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
quickcheck = "1.0"
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/progress/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
arc-swap = "1.1"
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
paste = "1.0"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tracing = "0.1.29"
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/revisionstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mincode = { path = "../mincode" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
mpatch = { path = "../mpatch" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
progress = { path = "../progress" }
quickcheck = "1.0"
rand = { version = "0.8", features = ["small_rng"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/revlogindex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indexedlog = { path = "../indexedlog" }
lz4-pyframe = { path = "../lz4-pyframe" }
minibytes = { path = "../minibytes" }
nonblocking = { path = "../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
radixbuf = { path = "../radixbuf" }
thiserror = "1.0.29"
util = { path = "../util" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/tracing-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] }
libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.29"
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/tracing-runtime-callsite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
tracing = "0.1.29"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/workingcopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.51"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
pathmatcher = { path = "../pathmatcher" }
thiserror = "1.0.29"
treestate = { path = "../treestate" }
Expand Down
2 changes: 1 addition & 1 deletion eden/hg-server/lib/zstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy_static = "1.0"
lru-cache = "0.1.2"
mincode = { path = "../mincode" }
minibytes = { path = "../minibytes", features = ["frombytes"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
sha-1 = "0.8"
tracing = "0.1.29"
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/megarepo_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_api = { version = "0.1.0", path = "../mononoke_api" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
mutable_renames = { version = "0.1.0", path = "../mutable_renames" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
reachabilityindex = { version = "0.1.0", path = "../reachabilityindex" }
repo_factory = { version = "0.1.0", path = "../repo_factory" }
repo_identity = { version = "0.1.0", path = "../repo_attributes/repo_identity" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/repo_factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mercurial_mutation = { version = "0.1.0", path = "../mercurial/mutation" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mutable_renames = { version = "0.1.0", path = "../mutable_renames" }
newfilenodes = { version = "0.1.0", path = "../newfilenodes" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
phases = { version = "0.1.0", path = "../phases" }
pushrebase_mutation_mapping = { version = "0.1.0", path = "../pushrebase_mutation_mapping" }
readonlyblob = { version = "0.1.0", path = "../blobstore/readonlyblob" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/segmented_changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mercurial_types = { version = "0.1.0", path = "../mercurial/types" }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mincode = { version = "0.1.0", path = "../../scm/lib/mincode" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
phases = { version = "0.1.0", path = "../phases" }
rand = { version = "0.8", features = ["small_rng"] }
reloader = { version = "0.1.0", path = "../common/reloader" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.7", default-features = false }
manifest = { path = "../../../../lib/manifest" }
manifest-tree = { path = "../../../../lib/manifest-tree" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
pathmatcher = { path = "../../../../lib/pathmatcher" }
pypathmatcher = { path = "../pypathmatcher" }
types = { path = "../../../../lib/types" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cpython = { version = "0.7", default-features = false }
cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
minibytes = { path = "../../../../lib/minibytes" }
renderdag = { path = "../../../../lib/renderdag" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"

[features]
python2 = ["cpython/python27-sys", "cpython_ext/python2"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.7", default-features = false }
io = { path = "../../../../lib/io" }
minibytes = { path = "../../../../lib/minibytes" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
pyconfigparser = { path = "../pyconfigparser" }
revisionstore = { path = "../../../../lib/revisionstore" }
storemodel = { path = "../../../../lib/storemodel" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.7", default-features = false }
lazy_static = "1"
mincode = { path = "../../../../lib/mincode" }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
python27-sys = { version = "0.7", optional = true }
python3-sys = { version = "0.7", optional = true }
serde_json = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.20"
cpython_ext = { path = "../../../../lib/cpython-ext", default-features = false }
cpython = { version = "0.7", default-features = false }
parking_lot = "0.11.2"
parking_lot = "0.12.0"
pathmatcher = { path = "../../../../lib/pathmatcher" }
pypathmatcher = { path = "../pypathmatcher" }
treestate = { path = "../../../../lib/treestate" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/backingstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libc = "0.2.98"
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
manifest = { version = "0.1.0", path = "../manifest" }
manifest-tree = { version = "0.1.0", path = "../manifest-tree" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
revisionstore = { version = "0.1.0", path = "../revisionstore" }
tracing = "0.1.29"
tracing-collector = { version = "0.1.0", path = "../tracing-collector" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/blackbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.3"
indexedlog = { version = "0.1.0", path = "../indexedlog" }
lazy_static = "1.0"
libc = "0.2.98"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_alt = { version = "0.1.0", path = "serde_alt" }
serde_cbor = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/checkout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configmodel = { version = "0.1.0", path = "../configmodel" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
manifest = { version = "0.1.0", path = "../manifest", features = ["for-tests"] }
minibytes = { version = "0.1.0", path = "../minibytes" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
pathmatcher = { version = "0.1.0", path = "../pathmatcher" }
progress-model = { version = "0.1.0", path = "../progress/model" }
status = { version = "0.1.0", path = "../status" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/configparser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ zstd = { version = "=0.8.0+zstd.1.4.9", optional = true }
[dev-dependencies]
lazy_static = "1.0"
minibench = { version = "0.1.0", path = "../minibench" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
tempdir = "0.3"
tempfile = "3.2"

Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/cpython-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ encoding = { version = "0.1.0", path = "../encoding" }
io = { version = "0.1.0", path = "../io" }
libc = "0.2.98"
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
python27-sys = { version = "0.7", optional = true }
python3-sys = { version = "0.7", optional = true }
serde = { version = "1.0.126", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ itertools = "0.10.3"
mincode = { version = "0.1.0", path = "../mincode" }
minibytes = { version = "0.1.0", path = "../minibytes" }
nonblocking = { version = "0.1.0", path = "../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
quickcheck = { version = "1.0", optional = true }
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1.0.126", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/dag/gitdag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ anyhow = "1.0.51"
dag = { version = "0.1.0", path = ".." }
git2 = "0.13"
nonblocking = { version = "0.1.0", path = "../../nonblocking" }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
tracing = "0.1.29"
2 changes: 1 addition & 1 deletion eden/scm/lib/edenapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ itertools = "0.10.3"
metrics = { version = "0.1.0", path = "../metrics" }
minibytes = { version = "0.1.0", path = "../minibytes" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
percent-encoding = "2.1"
pprint = { version = "0.1.0", path = "../pprint" }
progress-model = { version = "0.1.0", path = "../progress/model" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/hg-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
2 changes: 1 addition & 1 deletion eden/scm/lib/hgcommands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libc = "0.2.98"
metrics-render = { version = "0.1.0", path = "../metrics/render" }
mincode = { version = "0.1.0", path = "../mincode" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
procinfo = { version = "0.1.0", path = "../procinfo" }
progress-model = { version = "0.1.0", path = "../progress/model" }
progress-render = { version = "0.1.0", path = "../progress/render" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/hgcommits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
gitdag = { version = "0.1.0", path = "../dag/gitdag" }
metalog = { version = "0.1.0", path = "../metalog" }
minibytes = { version = "0.1.0", path = "../minibytes", features = ["frombytes"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
refencode = { version = "0.1.0", path = "../refencode" }
revlogindex = { version = "0.1.0", path = "../revlogindex" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lru-cache = "0.1.2"
maplit = "1.0"
once_cell = "1.8"
openssl = "0.10.35"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
paste = "1.0"
pin-project = "0.4.28"
regex = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ atty = "0.2"
configmodel = { version = "0.1.0", path = "../configmodel" }
configparser = { version = "0.1.0", path = "../configparser" }
once_cell = "1.8"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
parking_lot = { version = "0.12.0", features = ["send_guard"] }
pipe = "0.2"
streampager = { version = "0.10", default-features = false }
Loading

0 comments on commit c94dada

Please sign in to comment.