aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-14 14:35:12 +0000
committerGitHub <noreply@github.com>2024-06-14 14:35:12 +0000
commit6e6ad6ef98cd5b4f99498bafc1d067399a764514 (patch)
tree558995833404c0d697e44ce924cfaa83f5ae0793 /src
parent120158c08d152bef48db16a9d2778891efc7f666 (diff)
downloadpyca-cryptography-6e6ad6ef98cd5b4f99498bafc1d067399a764514.zip
pyca-cryptography-6e6ad6ef98cd5b4f99498bafc1d067399a764514.tar.gz
pyca-cryptography-6e6ad6ef98cd5b4f99498bafc1d067399a764514.tar.bz2
Bump redox_syscall from 0.5.1 to 0.5.2 in /src/rust (#11106)
Bumps redox_syscall from 0.5.1 to 0.5.2. --- updated-dependencies: - dependency-name: redox_syscall dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-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 4cac2c7..7e5c989 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -352,9 +352,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
-version = "0.5.1"
+version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
+checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags",
]