Skip to content

Commit 9def982

Browse files
committed
Upgrade dependencies
1 parent 20c0f21 commit 9def982

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ keywords = ["process", "inter-process", "cross-process", "flock", "CreateMutexW"
1212
repository = "https://github.com/oblique/named-lock"
1313

1414
[dependencies]
15-
thiserror = "1.0.30"
16-
once_cell = "1.10.0"
17-
parking_lot = "0.12.0"
15+
thiserror = "1.0.35"
16+
once_cell = "1.14.0"
17+
parking_lot = "0.12.1"
1818

1919
[target.'cfg(unix)'.dependencies]
20-
libc = "0.2.124"
20+
libc = "0.2.132"
2121

2222
[target.'cfg(windows)'.dependencies]
2323
winapi = { version = "0.3.9", features = ["handleapi", "synchapi", "winbase", "winnt", "winerror"] }
24-
widestring = "0.5.1"
24+
widestring = "1.0.2"
2525

2626
[dev-dependencies]
27-
uuid = { version = "1.0.0", features = ["v4"] }
27+
uuid = { version = "1.1.2", features = ["v4"] }
2828

2929
[package.metadata.docs.rs]
3030
all-features = true

0 commit comments

Comments
 (0)