ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump syn from 2.0.71 to 2.0.72 in the cargo-dependencies group

Bumps the cargo-dependencies group with 1 update: [syn](https://github.com/dtolnay/syn).


Updates `syn` from 2.0.71 to 2.0.72
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.71...2.0.72)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-22 15:20:49 +00:00 committed by github-actions[bot]
parent dade156859
commit 005c04e7bb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3060,9 +3060,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.71" version = "2.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -92,7 +92,7 @@ smallvec = { version = "1.13.2", features = [
"union", "union",
] } ] }
strsim = "0.11.1" strsim = "0.11.1"
syn = "2.0.71" syn = "2.0.72"
tempfile = "3.10.1" tempfile = "3.10.1"
test-case = "3.3.1" test-case = "3.3.1"
textwrap = "0.16.1" textwrap = "0.16.1"