summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-03 12:35:48 +0000
committerGitHub <noreply@github.com>2022-08-03 12:35:48 +0000
commitce6e4496efd1217b43a57a69d65dfdd155e72cb4 (patch)
treea353cded589b2476b07385ce563d5b8aa4a47c9b /src/rust
parent3aba8aa93447e231ab146b920eb6f5276ce999da (diff)
downloadcryptography-ce6e4496efd1217b43a57a69d65dfdd155e72cb4.tar.gz
Bump quote from 1.0.20 to 1.0.21 in /src/rust (#7476)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.20...1.0.21) --- updated-dependencies: - dependency-name: quote 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/rust')
-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 375e2ff33..dcafd08a9 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -322,9 +322,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.20"
+version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]