mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +00:00
Bump thiserror from 1.0.46 to 1.0.47 (#3034)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.46...1.0.47) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1.73"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
|
||||
# Substrate
|
||||
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -16,6 +16,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
|
||||
|
||||
futures = "0.3.28"
|
||||
async-trait = "0.1.73"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
jsonrpsee-core = "0.16.2"
|
||||
parity-scale-codec = "3.6.4"
|
||||
|
||||
Reference in New Issue
Block a user