summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-15 07:36:10 +0000
committerGitHub <noreply@github.com>2021-02-15 07:36:10 +0000
commit2f36c7d294c671fb7e95c288c7cae96a7794fd8d (patch)
tree93aa06ce3c4a0a352fa745a68576f3a6d1ab7a01
parent151aa097cdf4632f382bc8c95d7771ed7290cf66 (diff)
downloadcryptography-dependabot/cargo/src/rust/redox_syscall-0.2.5.tar.gz
Bump redox_syscall from 0.2.4 to 0.2.5 in /src/rustdependabot/cargo/src/rust/redox_syscall-0.2.5
Bumps redox_syscall from 0.2.4 to 0.2.5. Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 94f89ff74..83fd7eb8f 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
+checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
dependencies = [
"bitflags",
]