Skip to content
Snippets Groups Projects
Verified Commit 4f2b5e65 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Update dependencies.

parent 5174b2bb
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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"] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment