We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5e792 commit dfc3d5cCopy full SHA for dfc3d5c
Cargo.toml
@@ -33,7 +33,7 @@ flate2 = "1"
33
tar = "0.4.0"
34
percent-encoding = "2.1.0"
35
walkdir = "2.2"
36
-toml = "0.5"
+toml = "0.7"
37
fs2 = "0.4.3"
38
remove_dir_all = "0.7"
39
base64 = "0.13.0"
@@ -42,7 +42,7 @@ thiserror = "1.0.20"
42
git2 = "0.14.0"
43
44
[target.'cfg(unix)'.dependencies]
45
-nix = "0.25.0"
+nix = "0.26.0"
46
47
[target.'cfg(windows)'.dependencies]
48
windows-sys = {version = "0.36.1", features = ["Win32_Foundation", "Win32_System_Threading"]}
0 commit comments