Skip to content

Commit

Permalink
refactor(verifier-alliance-database): Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 2, 2024
1 parent d41b2c9 commit 5ad4f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eth-bytecode-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ tonic-build = { version = "0.8" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
url = { version = "2" }
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "3892914" }
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "3892914" }
4 changes: 2 additions & 2 deletions eth-bytecode-db/verifier-alliance-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ anyhow = { workspace = true }
blockscout-display-bytes = { workspace = true }
keccak-hash = { workspace = true }
sea-orm = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
sha3 = { workspace = true }
strum = { workspace = true }
verification-common-v1 = { workspace = true }
verifier-alliance-entity-v1 = { workspace = true }
serde = { workspace = true }

[dev-dependencies]
blockscout-service-launcher = { workspace = true, features = ["test-database"] }
pretty_assertions = { workspace = true }
serde_json = { workspace = true }
serde_with = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
verifier-alliance-migration-v1 = { workspace = true }
verifier-alliance-migration-v1 = { workspace = true }

0 comments on commit 5ad4f57

Please sign in to comment.