Skip to content

Commit

Permalink
Bump serde_with from 3.9.0 to 3.11.0
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.11.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.9.0...v3.11.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 3342fd2 commit 628ab3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -11,7 +11,7 @@ tokio-util = "0.7.10"
eyre = "0.6.8"
serde = "1.0.188"
serde_json = "1.0.105"
serde_with = { version = "3.8.1", features = ["time_0_3"] }
serde_with = { version = "3.11.0", features = ["time_0_3"] }
toml = "0.8.8"
jsonrpsee = { version = "0.20.3", features = ["full"] }
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.6" }
Expand Down

0 comments on commit 628ab3c

Please sign in to comment.