Update dependencies.

This commit is contained in:
4lDO2
2024-06-14 14:21:21 +02:00
parent 5174b2bba6
commit 4f2b5e65ee
2 changed files with 9 additions and 11 deletions
Generated
+9 -8
View File
@@ -227,7 +227,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.5.0",
"libc",
"redox_syscall 0.5.1",
"redox_syscall 0.5.2",
]
[[package]]
@@ -238,9 +238,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "memchr"
version = "2.7.2"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "numtoa"
@@ -303,10 +303,10 @@ checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
[[package]]
name = "redox-scheme"
version = "0.2.0"
source = "git+https://gitlab.redox-os.org/4lDO2/redox-scheme.git?branch=schemev2plus#ca239589c873374a17715b637be1f9385345721c"
source = "git+https://gitlab.redox-os.org/4lDO2/redox-scheme.git?branch=schemev2plus#62aed6c712cca31bb18078adacd27b400f5ccf93"
dependencies = [
"libredox 0.1.3",
"redox_syscall 0.5.1",
"redox_syscall 0.5.2",
]
[[package]]
@@ -320,8 +320,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=schemev2plus#b4f9a8952cec870ed7f457e3c15652d09aa0c9c7"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
]
@@ -349,7 +350,7 @@ dependencies = [
"range-tree",
"redox-path",
"redox-scheme",
"redox_syscall 0.5.1",
"redox_syscall 0.5.2",
"seahash",
"termion",
"time",
-3
View File
@@ -69,6 +69,3 @@ std = [
fuser = { version = "0.12.0", optional = true }
libc = { version = "0.2", optional = true }
time = { version = "0.1", optional = true }
[patch.crates-io]
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "schemev2plus", features = ["std"] }