diff --git a/Cargo.lock b/Cargo.lock index 87a1e66de..9b6c11add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,18 +3967,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" +checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" +checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index 1f4c74ccc..86b06093e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.19" paste = "1.0.13" anyhow = "1.0.71" -thiserror = "1.0.37" +thiserror = "1.0.45" [dev-dependencies] reqwest = "0.11.18" diff --git a/crates/it-generator/Cargo.toml b/crates/it-generator/Cargo.toml index 11abba266..71b99217e 100644 --- a/crates/it-generator/Cargo.toml +++ b/crates/it-generator/Cargo.toml @@ -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.45" walrus = "0.20.1" once_cell = "1.16.0" serde = { version = "1.0.147", features = ["derive"] } diff --git a/crates/it-json-serde/Cargo.toml b/crates/it-json-serde/Cargo.toml index 89bf78fd0..46d677305 100644 --- a/crates/it-json-serde/Cargo.toml +++ b/crates/it-json-serde/Cargo.toml @@ -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.89" serde_derive = "1.0.147" -thiserror = "1.0.37" +thiserror = "1.0.45" diff --git a/crates/it-parser/Cargo.toml b/crates/it-parser/Cargo.toml index 4190b8aa9..40267c3b3 100644 --- a/crates/it-parser/Cargo.toml +++ b/crates/it-parser/Cargo.toml @@ -23,4 +23,4 @@ nom = "7.1" itertools = "0.10.5" semver = "1.0.14" serde = "1.0.147" -thiserror = "1.0.37" +thiserror = "1.0.45" diff --git a/crates/module-info-parser/Cargo.toml b/crates/module-info-parser/Cargo.toml index bef1ef9e2..dbaaed289 100644 --- a/crates/module-info-parser/Cargo.toml +++ b/crates/module-info-parser/Cargo.toml @@ -21,4 +21,4 @@ walrus = "0.20.1" semver = "1.0.14" serde = "1.0.147" -thiserror = "1.0.37" +thiserror = "1.0.45" diff --git a/crates/module-interface/Cargo.toml b/crates/module-interface/Cargo.toml index e8867af19..3eda84bda 100644 --- a/crates/module-interface/Cargo.toml +++ b/crates/module-interface/Cargo.toml @@ -21,4 +21,4 @@ nom = "7.1.3" itertools = "0.10.5" semver = "1.0.14" serde = "1.0.147" -thiserror = "1.0.37" +thiserror = "1.0.45" diff --git a/crates/wasm-backend-traits/Cargo.toml b/crates/wasm-backend-traits/Cargo.toml index 978fdb568..bd06374a7 100644 --- a/crates/wasm-backend-traits/Cargo.toml +++ b/crates/wasm-backend-traits/Cargo.toml @@ -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.45" anyhow = "1.0.71" wasmparser = "0.101.1" paste = "1.0.13" diff --git a/marine/Cargo.toml b/marine/Cargo.toml index ce6c9a362..6f1569297 100644 --- a/marine/Cargo.toml +++ b/marine/Cargo.toml @@ -32,7 +32,7 @@ bytesize = {version = "1.2.0", features = ["serde"]} itertools = "0.10.5" log = "0.4.19" safe-transmute = "0.11.2" -thiserror = "1.0.37" +thiserror = "1.0.45" parking_lot = "0.12.1" [dev-dependencies] diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 08cdd02c4..cb9178dcf 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -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.45" anyhow = "1.0.71" check-latest = { version = "1.0.1", optional = true } clap = "2.34.0"