build(deps): bump thiserror from 1.0.40 to 1.0.43

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.43.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.43)

---
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:
dependabot[bot] 2023-07-10 21:24:54 +00:00 committed by Sergio Gasquez Arcos
parent 7e7bc615d6
commit 1ac5aee407
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1840,18 +1840,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.40"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
dependencies = [
"proc-macro2",
"quote",

View File

@ -31,7 +31,7 @@ serde_json = "1.0.100"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.38"
tempfile = "3.6.0"
thiserror = "1.0.40"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["full"] }
tokio-retry = "0.3.0"
update-informer = "1.1.0"