Skip to content
Snippets Groups Projects
Commit 111f5b06 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump syn from 1.0.86 to 1.0.87 (#5095)


Bumps [syn](https://github.com/dtolnay/syn) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.86...1.0.87)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 55b38b2b
No related merge requests found
...@@ -11023,9 +11023,9 @@ dependencies = [ ...@@ -11023,9 +11023,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.86" version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" checksum = "1e59d925cf59d8151f25a3bedf97c9c157597c9df7324d32d68991cc399ed08b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
......
...@@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] ...@@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true proc-macro = true
[dependencies] [dependencies]
syn = { version = "1.0.86", features = ["full", "extra-traits"] } syn = { version = "1.0.87", features = ["full", "extra-traits"] }
quote = "1.0.15" quote = "1.0.15"
proc-macro2 = "1.0.36" proc-macro2 = "1.0.36"
proc-macro-crate = "1.1.3" proc-macro-crate = "1.1.3"
......
...@@ -10,5 +10,5 @@ proc-macro = true ...@@ -10,5 +10,5 @@ proc-macro = true
[dependencies] [dependencies]
proc-macro2 = "1.0.36" proc-macro2 = "1.0.36"
quote = "1.0.15" quote = "1.0.15"
syn = "1.0.86" syn = "1.0.87"
Inflector = "0.11.4" Inflector = "0.11.4"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment