aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-21 04:00:01 +0000
committerGitHub <noreply@github.com>2024-06-21 04:00:01 +0000
commit2d69b8634055489d5246ab9b4c38704bf66b6fdb (patch)
treea6f205b3ef08a6247053b8e6abf482ac5b0c316f
parent60e81c1d73d235519e1c558b1be093dbb57d8bd7 (diff)
downloadpyca-cryptography-2d69b8634055489d5246ab9b4c38704bf66b6fdb.zip
pyca-cryptography-2d69b8634055489d5246ab9b4c38704bf66b6fdb.tar.gz
pyca-cryptography-2d69b8634055489d5246ab9b4c38704bf66b6fdb.tar.bz2
Bump syn from 2.0.66 to 2.0.67 in /src/rust (#11133)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.66 to 2.0.67. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.66...2.0.67) --- 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>
-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 0c6459c..81d38c1 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -379,9 +379,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "syn"
-version = "2.0.66"
+version = "2.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
+checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90"
dependencies = [
"proc-macro2",
"quote",