summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-23 07:48:49 -0400
committerGitHub <noreply@github.com>2021-03-23 07:48:49 -0400
commit0ce239be02693fd80e9e6ed0e68c90e180915afe (patch)
tree98631f1c9e494a70c195048acfb76a7a24159106 /src
parent3005e107a83b8fc22f3d2ee2caab72351bce0d7b (diff)
downloadcryptography-0ce239be02693fd80e9e6ed0e68c90e180915afe.tar.gz
Bump ctor from 0.1.19 to 0.1.20 in /src/rust (#5930)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.19 to 0.1.20. - [Release notes](https://github.com/mmastrac/rust-ctor/releases) - [Commits](https://github.com/mmastrac/rust-ctor/commits) 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 0a20349ae..b691e86fc 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -21,9 +21,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.1.19"
+version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
+checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",