summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-27 16:27:07 +0000
committerGitHub <noreply@github.com>2021-12-27 16:27:07 +0000
commitcea0ee6895897a3e1b5854dae930dcb2c9a202ba (patch)
tree284b912ebe21490bc39df3b6a1f7556db94ef812
parent07fc0420304e1fc980de418f2a3670b7cefa3e9d (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.84.tar.gz
Bump syn from 1.0.83 to 1.0.84 in /src/rustdependabot/cargo/src/rust/syn-1.0.84
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.83 to 1.0.84. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.83...1.0.84) --- updated-dependencies: - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 2c08fc798..22c8e906a 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -380,9 +380,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "syn"
-version = "1.0.83"
+version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959"
+checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
dependencies = [
"proc-macro2",
"quote",