Skip to content

Commit

Permalink
Bump subxt from 0.35.1 to 0.35.2 (#1581)
Browse files Browse the repository at this point in the history
Bumps [subxt](https://github.com/paritytech/subxt) from 0.35.1 to 0.35.2.
- [Release notes](https://github.com/paritytech/subxt/releases)
- [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md)
- [Commits](paritytech/subxt@v0.35.1...v0.35.2)

---
updated-dependencies:
- dependency-name: subxt
  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>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 284702a commit 0875200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ comfy-table = "7.1.1"

# dependencies for extrinsics (deploying and calling a contract)
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
subxt = { version = "0.35.1", features = ["substrate-compat"] }
subxt = { version = "0.35.2", features = ["substrate-compat"] }
sp-core = "31.0.0"
sp-weights = "30.0.0"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sp-runtime = "34.0.0"
sp-weights = "30.0.0"
pallet-contracts-uapi = { package = "pallet-contracts-uapi-next", version = "=6.0.3", features = ["scale"] }
scale-info = "2.11.1"
subxt = "0.35.1"
subxt = "0.35.2"
hex = "0.4.3"
derivative = "2.2.0"
ink_metadata = "5.0.0"
Expand Down

0 comments on commit 0875200

Please sign in to comment.