Skip to content

Commit

Permalink
chore(deps): update rust crate syn to 2.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent e1f6ea1 commit a001f23
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ log4rs = "1.3.0"
tokio = { version = "1.37.0", features = ["sync", "macros", "io-util", "rt", "time"] }
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
syn = { version = "2.0.58", features = ["full"] }
syn = { version = "2.0.59", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.79"
assert_cmd = "2.0.14"
Expand Down

0 comments on commit a001f23

Please sign in to comment.