Update dependencies.

This commit is contained in:
4lDO2
2021-06-17 18:10:32 +02:00
parent 150d65c31b
commit 224bb047dc
2 changed files with 334 additions and 305 deletions
Generated
+331 -303
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -25,9 +25,9 @@ redox_liner = "0.5.1"
libc = "0.2.70"
failure = "0.1.8"
pkgar = "0.1.6"
rand = "0.7.3"
rand = "0.8"
redox_pkgutils = "0.1.6"
redoxfs = "0.4.1"
redoxfs = { git = "https://gitlab.redox-os.org/redox-os/redoxfs.git" }
rust-argon2 = "0.8.2"
serde = "1.0.110"
serde_derive = "1.0.110"
@@ -36,3 +36,4 @@ toml = "0.5.6"
[patch.crates-io]
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix-0.13.5" }
filetime = { git = "https://github.com/alexcrichton/filetime", rev = "2389280" }