From 4f2b5e65ee0d53ed8654f26e4092253a4de4ba17 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Fri, 14 Jun 2024 14:21:21 +0200 Subject: [PATCH] Update dependencies. --- Cargo.lock | 17 +++++++++-------- Cargo.toml | 3 --- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e39315763d..f869a58bd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 6dbf764a9c..ce397fd8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }