aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-20 11:25:02 +0000
committerGitHub <noreply@github.com>2024-05-20 11:25:02 +0000
commit3becd183df8b3ef18da252d20e5657776f9fa464 (patch)
treefeca39eb1c527a5b964af6a8907bf1a3dcafd650 /src
parent80467e70ff87fd4e61a25c44d7ce5deaa3bef499 (diff)
downloadpyca-cryptography-3becd183df8b3ef18da252d20e5657776f9fa464.zip
pyca-cryptography-3becd183df8b3ef18da252d20e5657776f9fa464.tar.gz
pyca-cryptography-3becd183df8b3ef18da252d20e5657776f9fa464.tar.bz2
Bump syn from 2.0.64 to 2.0.65 in /src/rust (#10998)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.64 to 2.0.65. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.64...2.0.65) --- 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')
-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 716834f..6c11569 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -379,9 +379,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "syn"
-version = "2.0.64"
+version = "2.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
+checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
dependencies = [
"proc-macro2",
"quote",