Skip to content

Commit

Permalink
⬆️ Update dependencies (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent ad38135 commit cde4fdc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name = "test"
path = "tests/parse_test.rs"

[dev-dependencies]
trybuild = "1.0"
trybuild = "1.0.91"

[dependencies]
syn = { version = "2.0", features = ["extra-traits", "derive", "proc-macro"] }
quote = "1.0"
proc-macro2 = "1.0"
syn = { version = "2.0.60", features = ["extra-traits", "derive", "proc-macro"] }
quote = "1.0.36"
proc-macro2 = "1.0.81"

0 comments on commit cde4fdc

Please sign in to comment.