summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-15 15:40:15 +0000
committerGitHub <noreply@github.com>2024-07-15 15:40:15 +0000
commitb7bb40d240a2c1bece64ff30b7dcad9ce0755c38 (patch)
treeec205a94d1bdaa570a11cbe33304141ffc923131
parentee75d5a5e10d1b13cca79467d4eff2da9d8a21c8 (diff)
chore(deps): update rust crate redox_syscall to v0.5.3
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c146bf23..440f45316 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1896,9 +1896,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.5.2"
+version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
+checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
dependencies = [
"bitflags 2.5.0",
]
@@ -3299,7 +3299,7 @@ version = "0.0.27"
dependencies = [
"clap",
"libc",
- "redox_syscall 0.5.2",
+ "redox_syscall 0.5.3",
"uucore",
]