summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-09 11:10:19 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-08-09 15:05:57 +0200
commitacc5d465e73a32477b1988ea6c05acbf2e8d4dc8 (patch)
tree4d0545903593ca95bfb3480da7774cfc7f8388b9
parentf4dcd5daa11ee733f1950b6c94f72a60502ad52b (diff)
Bump redox_syscall from 0.2.9 to 0.2.10
Bumps redox_syscall from 0.2.9 to 0.2.10. --- updated-dependencies: - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39adaf1..ca9aaa7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -609,9 +609,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.9"
+version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
+checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]