Skip to content

Commit a27fce6

Browse files
committed
Revert "Update a few dependencies"
This reverts commit dfc3d5c. I ... didn't know I had permissions to push to rust-lang/rustwide:master.
1 parent dfc3d5c commit a27fce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
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.7"
36+
toml = "0.5"
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.26.0"
45+
nix = "0.25.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)