mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00
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:
parent
7e7bc615d6
commit
1ac5aee407
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user