Skip to content

Commit 12189c8

Browse files
Update subxt requirement from 0.29.0 to 0.30.0
Updates the requirements on [subxt](https://github.com/paritytech/subxt) to permit the latest version. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md) - [Commits](paritytech/subxt@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: subxt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ded873f commit 12189c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ serde_json = { version = "1.0.81" }
6464
sha2 = { version = "0.10" }
6565
sha3 = { version = "0.10" }
6666
static_assertions = { version = "1.1" }
67-
subxt = { version = "0.29.0" }
67+
subxt = { version = "0.30.0" }
6868
syn = { version = "2" }
6969
synstructure = { version = "0.13.0" }
7070
tokio = { version = "1.18.2" }

0 commit comments

Comments
 (0)