Skip to content

Commit 097d600

Browse files
Bump alloy from 0.15.6 to 0.15.9 (#51)
Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.15.6 to 0.15.9. - [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.15.6...v0.15.9) --- updated-dependencies: - dependency-name: alloy dependency-version: 0.15.9 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>
1 parent 0138a0a commit 097d600

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[dependencies]
2-
alloy = {version = "0.15.6", default-features = false, features = ["rlp", "std"]}
2+
alloy = {version = "0.15.9", default-features = false, features = ["rlp", "std"]}
33
bip32 = {version = "0.5", default-features = false, features = ["alloc", "secp256k1-ffi"]}
44
blake2 = "0.10"
55
bytes = "1.10"
@@ -15,7 +15,7 @@ tiny-bip39 = "2.0"
1515
tiny-keccak = {version = "2.0", features = ["keccak"]}
1616

1717
[dev-dependencies]
18-
alloy = {version = "0.15.6", default-features = false, features = ["json-abi", "dyn-abi"]}
18+
alloy = {version = "0.15.9", default-features = false, features = ["json-abi", "dyn-abi"]}
1919
bloomfilter = "^3.0"
2020
rand = "0.9.1"
2121
tokio = {version = "1.44", features = ["full"]}

0 commit comments

Comments
 (0)