Skip to content

Commit

Permalink
Merge pull request #776 from primitivefinance/dependabot/cargo/thiser…
Browse files Browse the repository at this point in the history
…ror-1.0.55

build(deps): bump thiserror from 1.0.51 to 1.0.55
  • Loading branch information
0xJepsen authored Jan 6, 2024
2 parents 5056be1 + 2c5e2c1 commit 41cbd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "=1.0.108" }
revm = { git = "https://github.com/bluealloy/revm.git", features = [ "ethersdb", "std", "serde"] }
revm-primitives = { git = "https://github.com/bluealloy/revm.git" }
thiserror = { version = "1.0.51" }
thiserror = { version = "1.0.55" }
syn = { version = "2.0.43" }
quote = { version = "=1.0.33" }
proc-macro2 = { version = "1.0.75" }
Expand Down

0 comments on commit 41cbd02

Please sign in to comment.