mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Bump thiserror from 1.0.39 to 1.0.40
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
3470d4fcaf
commit
fe050f6f50
@@ -16,7 +16,7 @@ num-traits = "0.2"
|
|||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
scale-info = { version = "2.1.1", features = ["derive"] }
|
scale-info = { version = "2.1.1", features = ["derive"] }
|
||||||
tokio = { version = "1.26", features = ["rt-multi-thread"] }
|
tokio = { version = "1.26", features = ["rt-multi-thread"] }
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.40"
|
||||||
|
|
||||||
# Bridge dependencies
|
# Bridge dependencies
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.40"
|
||||||
async-std = "1.9.0"
|
async-std = "1.9.0"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
codec = { package = "parity-scale-codec", version = "3.1.5" }
|
codec = { package = "parity-scale-codec", version = "3.1.5" }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ serde_json = "1.0"
|
|||||||
sysinfo = "0.28"
|
sysinfo = "0.28"
|
||||||
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
|
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
|
||||||
tokio = { version = "1.26", features = ["rt"] }
|
tokio = { version = "1.26", features = ["rt"] }
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.40"
|
||||||
|
|
||||||
# Bridge dependencies
|
# Bridge dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user