Skip to content

Commit 40ace0b

Browse files
chore(deps): bump alloy-json-abi from 1.2.1 to 1.3.1
Bumps [alloy-json-abi](https://github.com/alloy-rs/core) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](alloy-rs/core@v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: alloy-json-abi dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4332d51 commit 40ace0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde = { version = "1.0.127", features = ["derive"] }
4242
serde_json = { version = "1.0.67", features = ["alloc"] }
4343
alloy = { version = "1.0" }
4444
alloy-sol-types = { version = "1.2.1", features = ["json"] }
45-
alloy-json-abi = { version = "1.2.1", features = ["serde_json"] }
45+
alloy-json-abi = { version = "1.3.1", features = ["serde_json"] }
4646
alloy-rpc-types-eth = { version = "1.0" }
4747
alloy-contract = { version = "1.0" }
4848
alloy-provider = { version = "1.0" }

0 commit comments

Comments
 (0)