Bump thiserror from 1.0.38 to 1.0.40 (#2396)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-29 13:50:40 +00:00
committed by GitHub
parent 1d8208b184
commit 559f3caa2b
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
futures = "0.3.27"
async-trait = "0.1.68"
thiserror = "1.0.38"
thiserror = "1.0.40"
jsonrpsee-core = "0.16.2"
parity-scale-codec = "3.4.0"