Skip to content

Commit

Permalink
Merge pull request #47 from andrzejressel/renovate/syn-2.x
Browse files Browse the repository at this point in the history
Update Rust crate syn to 2.0.53
  • Loading branch information
mergify[bot] authored Mar 17, 2024
2 parents 94b6f69 + 19ec10f commit 013e7ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 @@ -48,7 +48,7 @@ log4rs = "1.3.0"
tokio = { version = "1.36.0", features = ["sync", "macros", "io-util", "rt", "time"] }
clap = { version = "4.5.3", features = ["derive"] }
regex = "1.10.3"
syn = { version = "2.0.52", features = ["full"] }
syn = { version = "2.0.53", features = ["full"] }
quote = "1.0.35"
proc-macro2 = "1.0.79"
pulumi_wasm_rust = { path = "pulumi_wasm_rust" }
Expand Down

0 comments on commit 013e7ad

Please sign in to comment.