aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-26 02:42:23 +0000
committerGitHub <noreply@github.com>2024-04-26 02:42:23 +0000
commit5b3dd286057435e4fdd1b8c408b1e76a1bdf8627 (patch)
tree2b94354c81864f9c919b0f5bd840d2e575458cd5 /src
parent2c9a484ee759572931f0b983676a07c4f0bb2b84 (diff)
downloadpyca-cryptography-5b3dd286057435e4fdd1b8c408b1e76a1bdf8627.zip
pyca-cryptography-5b3dd286057435e4fdd1b8c408b1e76a1bdf8627.tar.gz
pyca-cryptography-5b3dd286057435e4fdd1b8c408b1e76a1bdf8627.tar.bz2
Bump parking_lot from 0.12.1 to 0.12.2 in /src/rust (#10893)
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.1 to 0.12.2. - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2) --- updated-dependencies: - dependency-name: parking_lot 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 8dee951..31f4925 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -233,9 +233,9 @@ dependencies = [
[[package]]
name = "parking_lot"
-version = "0.12.1"
+version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
+checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
dependencies = [
"lock_api",
"parking_lot_core",