summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-14 06:35:12 +0000
committerGitHub <noreply@github.com>2021-04-14 06:35:12 +0000
commit6dd6de58ad47daf18cc15ea4bf635e6f49d7a1cf (patch)
tree30c36672c383919d1bf78e01a2c1ae90a4f47ac9
parentb2f9a0e1a546c3b10a6e96cd5e8423a7b04970c7 (diff)
downloadcryptography-dependabot/cargo/src/rust/redox_syscall-0.2.6.tar.gz
Bump redox_syscall from 0.2.5 to 0.2.6 in /src/rustdependabot/cargo/src/rust/redox_syscall-0.2.6
Bumps redox_syscall from 0.2.5 to 0.2.6. 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 af5e87fe0..8bfc5208b 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -265,9 +265,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
+checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
dependencies = [
"bitflags",
]