Skip to content

Commit

Permalink
chore(deps): bump alloy from 0.3.3 to 0.3.5
Browse files Browse the repository at this point in the history
Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.3.3 to 0.3.5.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.3.3...v0.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent d4bd145 commit eab3b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy = { version = "0.3.3", default-features = false, features = ["std", "rpc-client-ws"] }
alloy = { version = "0.3.5", default-features = false, features = ["std", "rpc-client-ws"] }
arrayvec = "0.7.6"
axum = { version = "0.7.5", features = ["http2"] }
bdk_esplora = { version = "0.17.0", features = ["async-https", "async-https-rustls"], default-features = false }
Expand Down

0 comments on commit eab3b1f

Please sign in to comment.