Skip to content

Commit

Permalink
build(deps): bump async-trait from 0.1.84 to 0.1.85 (#2144)
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.84 to 0.1.85.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.84...0.1.85)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 09f2825 commit 1cdb3a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 z2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test = false
[dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["consensus", "eips", "rlp", "serde", "signer-local"] }
anyhow = "1.0.95"
async-trait = "0.1.84"
async-trait = "0.1.85"
base64 = "0.22.0"
bitvec = "1.0.1"
blsful = { git = "https://github.com/JamesHinshelwood/agora-blsful", branch = "update-blstrs"}
Expand Down
4 changes: 2 additions & 2 deletions zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vergen = { version = "8.3.1", features = ["git", "git2"] }
[dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["consensus", "eips", "k256", "rlp", "rpc-types", "rpc-types-trace", "serde", "sol-types"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
async-trait = "0.1.84"
async-trait = "0.1.85"
base64 = "0.22.1"
bincode = "1.3.3"
bitvec = { version = "1.0.1", features = ["serde"] }
Expand Down Expand Up @@ -88,7 +88,7 @@ opentelemetry-semantic-conventions = { version = "0.27.0", features = ["semconv_

[dev-dependencies]
alloy = { version = "0.6.4", default-features = false, features = ["network", "rand", "signers", "signer-local"] }
async-trait = "0.1.84"
async-trait = "0.1.85"
criterion = "0.5.1"
ethers = { version = "2.0.14", default-features = false, features = ["legacy"] }
foundry-compilers = { version = "0.12.9", features = ["svm-solc"] }
Expand Down

0 comments on commit 1cdb3a3

Please sign in to comment.