chore(deps): update rust crate thiserror to 1.0.50 (#744)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-29 20:10:26 +07:00 committed by GitHub
parent 7d4dfb76ea
commit 10341c42fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

8
Cargo.lock generated
View File

@ -5247,18 +5247,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
version = "1.0.47"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.47"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
dependencies = [
"proc-macro2",
"quote",

View File

@ -39,7 +39,7 @@ non-empty-vec = "0.2.3"
typed-index-collections = "3.1.0"
log = "0.4.20"
once_cell = "1.17.1"
thiserror = "1.0.40"
thiserror = "1.0.50"
semver = "1.0.17"
strum = "0.24"
strum_macros = "0.24"

View File

@ -19,7 +19,7 @@ air-interpreter-interface = { version = "0.15.1", path = "../../crates/air-lib/i
air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" }
polyplets = { version = "0.5.1", path = "../../crates/air-lib/polyplets" }
thiserror = "1.0.40"
thiserror = "1.0.50"
maplit = "1.0.2"
serde_json = "1.0.95"
serde = "1.0.164"

View File

@ -23,7 +23,7 @@ polyplets = { version = "0.5.1", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.29.2", path = "../../avm/interface" }
eyre = "0.6.8"
thiserror = "1.0.40"
thiserror = "1.0.50"
maplit = "1.0.2"
serde_json = "1.0.95"
serde = "1.0.164"

View File

@ -32,7 +32,7 @@ serde = { version = "1.0.164", features = ["rc", "derive"] }
serde_json = "1.0.95"
itertools = "0.10.5"
thiserror = "1.0.40"
thiserror = "1.0.50"
tracing = "0.1.37"
[dev-dependencies]

View File

@ -29,4 +29,4 @@ once_cell = "1.17.1"
tracing = "0.1.37"
newtype_derive = "0.1.6"
num-traits = "0.2.17"
thiserror = "1.0.40"
thiserror = "1.0.50"

View File

@ -27,4 +27,4 @@ regex = "1.10.2"
serde = { version = "1.0.164", features = ["rc", "derive"] }
itertools = "0.10.5"
thiserror = "1.0.40"
thiserror = "1.0.50"

View File

@ -22,6 +22,6 @@ polyplets = { version = "0.5.1", path = "../polyplets" }
bimap = "0.6.3"
serde_json = "1.0.95"
log = "0.4.20"
thiserror = "1.0.40"
thiserror = "1.0.50"
tracing = "0.1.37"
num-traits = "0.2.17"

View File

@ -16,4 +16,4 @@ path = "src/lib.rs"
[dependencies]
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"
thiserror = "1.0.40"
thiserror = "1.0.50"