Skip to content

Commit 9e290db

Browse files
robertoaloifacebook-github-bot
authored andcommitted
Bump parking_lot crate from 0.12.1 to 0.12.3 (#5253)
Summary: Pull Request resolved: facebook/relay#5253 Differential Revision: D100982156
1 parent f68db35 commit 9e290db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

safeptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] }
1414
lazy_static = "1.5"
1515
libc = "0.2.183"
1616
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
17-
parking_lot = { version = "0.12.1", features = ["send_guard"] }
17+
parking_lot = { version = "0.12.3", features = ["send_guard"] }
1818
reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true }
1919
reverie-process = { version = "0.1.0", path = "../reverie-process" }
2020
syscalls = { version = "0.6.18", features = ["serde"] }

0 commit comments

Comments
 (0)