aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 07:15:14 -0400
committerGitHub <noreply@github.com>2024-05-13 07:15:14 -0400
commitcd7a4d0683043880b979634168546cd0a30790d6 (patch)
tree7d44f3bf002388ffa452239c751074ea7b2e4b7d /src
parent3954d93c5d410cbbbf2e48de94be39cf3c96968d (diff)
downloadpyca-cryptography-cd7a4d0683043880b979634168546cd0a30790d6.zip
pyca-cryptography-cd7a4d0683043880b979634168546cd0a30790d6.tar.gz
pyca-cryptography-cd7a4d0683043880b979634168546cd0a30790d6.tar.bz2
Bump syn from 2.0.61 to 2.0.63 in /src/rust (#10973)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.61 to 2.0.63. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.61...2.0.63) --- 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 bc07f4a..656c1ba 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -379,9 +379,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "syn"
-version = "2.0.61"
+version = "2.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9"
+checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
dependencies = [
"proc-macro2",
"quote",