Skip to content

Commit

Permalink
chore(eth-bytecode-db): bump serde_with to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Oct 30, 2024
1 parent 0966180 commit 9148f90
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
43 changes: 37 additions & 6 deletions eth-bytecode-db/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 eth-bytecode-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sea-orm-migration = { version = "1.1.0" }
semver = { version = "1.0" }
serde = { version = "1" }
serde_json = { version = "1.0" }
serde_with = { version = "2.0" }
serde_with = { version = "3.11.0" }
smart-contract-verifier-proto = { git = "https://github.com/blockscout/blockscout-rs", rev = "7a6e9400" }
solidity-metadata = { version = "1.0" }
sourcify = { git = "https://github.com/blockscout/blockscout-rs", rev = "457af68" }
Expand Down

0 comments on commit 9148f90

Please sign in to comment.