Skip to content

Commit

Permalink
Bump subxt-signer from 0.38.1 to 0.39.0
Browse files Browse the repository at this point in the history
Bumps [subxt-signer](https://github.com/paritytech/subxt) from 0.38.1 to 0.39.0.
- [Release notes](https://github.com/paritytech/subxt/releases)
- [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
- [Commits](paritytech/subxt@v0.38.1...v0.39.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 Mar 1, 2025
1 parent 154e0de commit a940bbc
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 30 deletions.
238 changes: 209 additions & 29 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 @@ -52,7 +52,7 @@ regex = "1.11.1"
predicates = "3.1.3"
tempfile = "3.16.0"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
subxt-signer = { version = "0.38.1", features = ["subxt", "sr25519"] }
subxt-signer = { version = "0.39.0", features = ["subxt", "sr25519"] }
stdio-override = "0.2.0"

[features]
Expand Down

0 comments on commit a940bbc

Please sign in to comment.