Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to 1.0.50 (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 7b666ae commit 0b88b23
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ log = "0.4.20"
paste = "1.0.14"

anyhow = "1.0.71"
thiserror = "1.0.37"
thiserror = "1.0.50"

[dev-dependencies]
reqwest = "0.11.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/it-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ marine-macro-impl = "0.7.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-lilo = "0.5.1"

thiserror = "1.0.37"
thiserror = "1.0.50"
walrus = "0.20.1"
once_cell = "1.16.0"
serde = { version = "1.0.147", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/it-json-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.107"
serde_derive = "1.0.147"
thiserror = "1.0.37"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/it-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ nom = "7.1"
itertools = "0.10.5"
semver = "1.0.20"
serde = "1.0.147"
thiserror = "1.0.37"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/module-info-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ walrus = "0.20.1"
semver = "1.0.20"
derivative = "2.2.0"
serde = "1.0.147"
thiserror = "1.0.37"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/module-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ nom = "7.1.3"
itertools = "0.10.5"
semver = "1.0.20"
serde = "1.0.147"
thiserror = "1.0.37"
thiserror = "1.0.50"
2 changes: 1 addition & 1 deletion crates/wasm-backend-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-memory-traits = "0.4.0"

thiserror = "1.0.24"
thiserror = "1.0.50"
anyhow = "1.0.71"
wasmparser = "0.101.1"
paste = "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion marine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bytesize = {version = "1.2.0", features = ["serde"]}
itertools = "0.10.5"
log = "0.4.20"
safe-transmute = "0.11.2"
thiserror = "1.0.37"
thiserror = "1.0.50"
parking_lot = "0.12.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ walrus = "0.20.1"
Inflector = "0.11.4"
toml = "0.7.2"
atty = "0.2.14"
thiserror = "1.0.37"
thiserror = "1.0.50"
anyhow = "1.0.71"
check-latest = { version = "1.0.1", optional = true }
clap = "2.34.0"
Expand Down

0 comments on commit 0b88b23

Please sign in to comment.