summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 12:43:14 +0000
committerGitHub <noreply@github.com>2022-12-19 12:43:14 +0000
commitfce43ecb754549a46c91ce64d7ef054f10b5fe32 (patch)
treed772b45a39a9b19ef624b0069053f0c1f81e383d /src/rust
parentb30b4a28b35ad2f3ef7c47ff10ea69f703ba2e6e (diff)
downloadcryptography-fce43ecb754549a46c91ce64d7ef054f10b5fe32.tar.gz
Bump quote from 1.0.21 to 1.0.23 in /src/rust (#7908)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.21 to 1.0.23. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.21...1.0.23) --- updated-dependencies: - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 6266d8684..5109dd0c2 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -453,9 +453,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.21"
+version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
+checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]