Skip to content

Commit

Permalink
build(deps): update toml requirement from =0.8.2 to =0.8.4
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.8.2...toml-v0.8.4)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 3a42283 commit 3b18a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = { version = "=1.0.107" }
config = { version = "=0.13.3" }
ethers = { version = "=2.0.10" }
revm = { version = "=3.5.0", features = [ "ethersdb", "std" ] }
toml = { version = "=0.8.2" }
toml = { version = "=0.8.4" }
proc-macro2 = { version = "=1.0.69" }
syn = { version = "=2.0.38" }
Inflector = { version = "=0.11.4" }
Expand Down

0 comments on commit 3b18a7c

Please sign in to comment.