chore(deps): update rust crate thiserror to 1.0.39 (#507)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-11 13:28:33 +03:00 committed by GitHub
parent 16265f97b0
commit f87d1cb373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

8
Cargo.lock generated
View File

@ -2770,18 +2770,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
version = "1.0.38"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
dependencies = [
"proc-macro2",
"quote",

View File

@ -37,7 +37,7 @@ non-empty-vec = "0.2.3"
log = "0.4.17"
once_cell = "1.17.1"
fstrings = "0.2.3"
thiserror = "1.0.38"
thiserror = "1.0.39"
semver = "1.0.16"
strum = "0.24"
strum_macros = "0.24"

View File

@ -19,7 +19,7 @@ air-interpreter-interface = { version = "0.12.1", path = "../../crates/air-lib/i
air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
thiserror = "1.0.38"
thiserror = "1.0.39"
maplit = "1.0.2"
serde_json = "1.0.94"
serde = "1.0.154"

View File

@ -23,7 +23,7 @@ polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.2", path = "../../avm/interface" }
eyre = "0.6.8"
thiserror = "1.0.38"
thiserror = "1.0.39"
maplit = "1.0.2"
serde_json = "1.0.94"
serde = "1.0.154"

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.154", features = ["rc", "derive"] }
serde_json = "1.0.94"
itertools = "0.10.5"
thiserror = "1.0.38"
thiserror = "1.0.39"
tracing = "0.1.37"
[dev-dependencies]

View File

@ -30,4 +30,4 @@ serde = { version = "1.0.154", features = ["rc", "derive"] }
serde_json = "1.0.94"
itertools = "0.10.5"
thiserror = "1.0.38"
thiserror = "1.0.39"

View File

@ -24,5 +24,5 @@ polyplets = { version = "0.3.2", path = "../polyplets" }
bimap = "0.6.2"
serde_json = "1.0.94"
log = "0.4.17"
thiserror = "1.0.38"
thiserror = "1.0.39"
tracing = "0.1.37"

View File

@ -16,4 +16,4 @@ path = "src/lib.rs"
[dependencies]
air-parser = { version = "0.7.3", path = "../air-lib/air-parser" }
itertools = "0.10.5"
thiserror = "1.0.38"
thiserror = "1.0.39"