Skip to content

Commit dfc3d5c

Browse files
committed
Update a few dependencies
This reduces the number of duplicate dependencies in docs.rs.
1 parent ad5e792 commit dfc3d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ flate2 = "1"
3333
tar = "0.4.0"
3434
percent-encoding = "2.1.0"
3535
walkdir = "2.2"
36-
toml = "0.5"
36+
toml = "0.7"
3737
fs2 = "0.4.3"
3838
remove_dir_all = "0.7"
3939
base64 = "0.13.0"
@@ -42,7 +42,7 @@ thiserror = "1.0.20"
4242
git2 = "0.14.0"
4343

4444
[target.'cfg(unix)'.dependencies]
45-
nix = "0.25.0"
45+
nix = "0.26.0"
4646

4747
[target.'cfg(windows)'.dependencies]
4848
windows-sys = {version = "0.36.1", features = ["Win32_Foundation", "Win32_System_Threading"]}

0 commit comments

Comments
 (0)