summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-25 12:04:39 +0000
committerGitHub <noreply@github.com>2021-11-25 12:04:39 +0000
commit787f57c53b8acde9d1218bcec451b59770812bd5 (patch)
tree9c9ee0b0738cff7d368df4ee69f95b16119c1e54
parentbfb26f2569feb716b557809067e610153f25d80e (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.82.tar.gz
Bump syn from 1.0.81 to 1.0.82 in /src/rustdependabot/cargo/src/rust/syn-1.0.82
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.81...1.0.82) --- 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 bf4af808e..c2c6c77b3 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -380,9 +380,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "syn"
-version = "1.0.81"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
+checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
dependencies = [
"proc-macro2",
"quote",