Skip to content

Commit

Permalink
chore(deps): update rust crate syn to 2.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent ac9dfca commit 0ff15d8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 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 @@ -59,7 +59,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.57", features = ["full"] }
syn = { version = "2.0.58", features = ["full"] }
quote = "1.0.35"
proc-macro2 = "1.0.79"
assert_cmd = "2.0.14"
Expand Down

0 comments on commit 0ff15d8

Please sign in to comment.