summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-23 12:20:56 +0000
committerGitHub <noreply@github.com>2021-12-23 12:20:56 +0000
commit39a3612519fe69ad3e6e314744f8a0abc4f3cbbb (patch)
treeb5e22b15a10e0b2b4c77a9a657212a9530717ea0 /src/rust/Cargo.lock
parentb280f039d13f873b74fb58aa0400a039c7516702 (diff)
downloadcryptography-39a3612519fe69ad3e6e314744f8a0abc4f3cbbb.tar.gz
Bump syn from 1.0.82 to 1.0.83 in /src/rust (#6752)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.82...1.0.83) --- updated-dependencies: - dependency-name: syn 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/Cargo.lock')
-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 1410a08ce..2c08fc798 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -380,9 +380,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "syn"
-version = "1.0.82"
+version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
+checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959"
dependencies = [
"proc-macro2",
"quote",