Skip to content

Commit

Permalink
Merge pull request #679 from primitivefinance/dependabot/cargo/syn-2.…
Browse files Browse the repository at this point in the history
…0.39

build(deps): bump syn from 2.0.38 to 2.0.39
  • Loading branch information
0xJepsen authored Nov 7, 2023
2 parents 83d6c14 + a497ae1 commit bebf12d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 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 @@ -34,7 +34,7 @@ ethers = { version = "=2.0.10" }
revm = { version = "=3.5.0", features = [ "ethersdb", "std" ] }
toml = { version = "=0.8.6" }
proc-macro2 = { version = "=1.0.69" }
syn = { version = "=2.0.38" }
syn = { version = "=2.0.39" }
Inflector = { version = "=0.11.4" }
# Building files
quote = { version = "=1.0.33" }
Expand Down
2 changes: 1 addition & 1 deletion arbiter-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ readme = "../README.md"
proc-macro = true

[dependencies]
syn = { version = "=2.0.38" }
syn = { version = "=2.0.39" }
quote = { version = "=1.0.33" }
proc-macro2 = { version = "=1.0.69" }

0 comments on commit bebf12d

Please sign in to comment.