Skip to content

Commit fee16e2

Browse files
committed
Upgrade dev-dependencies to the latest versions
Don't change how the versions are specified (i.e. whether a patch version is listed). parking_lot cannot be upgraded due to 0.12.0 bumping the MSRV to 1.49. In many cases, nix was one of the only consumers of the current versions (i.e. we are late to upgrade).
1 parent 686349a commit fee16e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ zerocopy = ["fs", "uio"]
7878

7979
[dev-dependencies]
8080
assert-impl = "0.1"
81-
lazy_static = "1.2"
81+
lazy_static = "1.4"
8282
parking_lot = "0.11.2"
8383
rand = "0.8"
84-
tempfile = "3.2.0"
85-
semver = "1.0.0"
84+
tempfile = "3.3.0"
85+
semver = "1.0.7"
8686

8787
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
88-
caps = "0.5.1"
88+
caps = "0.5.3"
8989

9090
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
9191
sysctl = "0.4"

0 commit comments

Comments
 (0)