From 080fd58896e0a3416e965e7d42bb9bad52278ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:14:25 -0700 Subject: [PATCH] build(deps): update redox_syscall requirement from 0.3 to 0.4 (#256) Updates the requirements on redox_syscall to permit the latest version. --- updated-dependencies: - dependency-name: redox_syscall dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d727a16cc..8ab89e034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ features = [ ] [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.3" +redox_syscall = "0.4" [dev-dependencies] doc-comment = "0.3"