Skip to content

Commit

Permalink
[ETH_BYTECODE_DB, VERIFIER] Bump github linked libraries (#872)
Browse files Browse the repository at this point in the history
* eth-bytecode-db: bump verification-common and smart-contract-verifier-proto revisions

* smart-contract-verifier: bump verification-common revision
  • Loading branch information
rimrakhimov authored May 9, 2024
1 parent b855922 commit 3e58b0b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -12,4 +12,4 @@ members = [

[workspace.dependencies]
blockscout-service-launcher = "0.10.0"
smart-contract-verifier-proto = { git = "https://github.com/blockscout/blockscout-rs", rev = "bce6df7b" }
smart-contract-verifier-proto = { git = "https://github.com/blockscout/blockscout-rs", rev = "b855922a" }
2 changes: 1 addition & 1 deletion eth-bytecode-db/eth-bytecode-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = "1.22"
tokio-stream = { version = "0.1" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"]}
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "58d025e9" }
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "b855922a" }

[dev-dependencies]
actix-web = "4.2"
Expand Down
2 changes: 1 addition & 1 deletion smart-contract-verifier/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 smart-contract-verifier/smart-contract-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ thiserror = "1.0"
tokio = { version = "1", features = ["macros"] }
tracing = "0.1"
url = { version = "2.4", features = ["serde"] }
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "58d025e9" }
verification-common = { git = "https://github.com/blockscout/blockscout-rs", rev = "b855922a" }

[dev-dependencies]
const_format = "0.2"
Expand Down

0 comments on commit 3e58b0b

Please sign in to comment.