chore(deps): update rust crate anyhow to 1.0.71 (#326)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-11 20:42:35 +03:00 committed by GitHub
parent 4a71b89263
commit d4ccc72748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -88,9 +88,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.69"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "arguments-passing-test"

View File

@ -34,7 +34,7 @@ log = "0.4.19"
paste = "1.0.13"
anyhow = "1.0.66"
anyhow = "1.0.71"
thiserror = "1.0.37"
[dev-dependencies]

View File

@ -15,7 +15,7 @@ marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
marine-module-interface = { path = "../module-interface", version = "0.7.1" }
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.1"}
anyhow = "1.0.66"
anyhow = "1.0.71"
walrus = "0.20.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
nom = "7.1"

View File

@ -15,7 +15,7 @@ marine-rs-sdk-main = "0.7.1"
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.1"}
anyhow = "1.0.66"
anyhow = "1.0.71"
chrono = "0.4.26"
walrus = "0.20.1"
semver = "1.0.14"

View File

@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
anyhow = "1.0.66"
anyhow = "1.0.71"
walrus = "0.20.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
nom = "7.1.3"

View File

@ -11,7 +11,7 @@ wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-memory-traits = "0.4.0"
thiserror = "1.0.24"
anyhow = "1.0.68"
anyhow = "1.0.71"
wasmparser = "0.101.1"
paste = "1.0.13"
multimap = "0.8.3"

View File

@ -16,5 +16,5 @@ wasmtime = {version = "6.0.1", default-features = false, features = ["cache", "w
wasmtime-wasi = "6.0.1"
multimap = "0.8.3"
paste = "1.0.13"
anyhow = "1.0.68"
anyhow = "1.0.71"
log = "0.4.19"

View File

@ -37,7 +37,7 @@ serde_derive = "1.0.147"
log = "0.4.19"
toml = "0.5.9"
paste = "1.0.13"
anyhow = "1.0.66"
anyhow = "1.0.71"
thiserror = "1.0.37"
maplit = "1.0.2"
web-sys = {version = "0.3.60", features = ["console"]}

View File

@ -25,7 +25,7 @@ Inflector = "0.11.4"
toml = "0.7.2"
atty = "0.2.14"
thiserror = "1.0.37"
anyhow = "1.0.66"
anyhow = "1.0.71"
check-latest = { version = "1.0.1", optional = true }
clap = "2.34.0"
exitfailure = "0.5.1"

View File

@ -16,7 +16,7 @@ fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.
marine-rs-sdk-main = { version = "0.7.1", features = ["logger"] }
marine-wasm-backend-traits = {path = "../../crates/wasm-backend-traits", version = "0.2.1"}
anyhow = "1.0.66"
anyhow = "1.0.71"
clap = "2.34.0"
serde = "1.0.147"
serde_json = "1.0.89"