Skip to content

Commit

Permalink
Bump subxt-signer from 0.35.3 to 0.37.0
Browse files Browse the repository at this point in the history
Bumps [subxt-signer](https://github.com/paritytech/subxt) from 0.35.3 to 0.37.0.
- [Release notes](https://github.com/paritytech/subxt/releases)
- [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
- [Commits](paritytech/subxt@v0.35.3...v0.37.0)

---
updated-dependencies:
- dependency-name: subxt-signer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 7810bda commit 929d6f5
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 16 deletions.
174 changes: 159 additions & 15 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 crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ regex = "1.10.4"
predicates = "3.1.0"
tempfile = "3.10.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
subxt-signer = { version = "0.35.3", features = ["subxt", "sr25519"] }
subxt-signer = { version = "0.37.0", features = ["subxt", "sr25519"] }

[features]
integration-tests = []
Expand Down

0 comments on commit 929d6f5

Please sign in to comment.