Skip to content

Commit

Permalink
build(deps): update serde requirement from =1.0.196 to =1.0.197
Browse files Browse the repository at this point in the history
Updates the requirements on [serde](https://github.com/serde-rs/serde) to permit the latest version.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.196)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 0ca573b commit 7645f29
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 @@ -30,7 +30,7 @@ revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] }
reqwest = "0.11.24"

## Config and parsing
serde = "=1.0.196"
serde = "=1.0.197"
serde_json = "=1.0.113"
serde_with = { version = "3.6.1", features = ["chrono_0_4"] }
config = "0.14.0"
Expand Down

0 comments on commit 7645f29

Please sign in to comment.