Skip to content

Commit

Permalink
chore(deps): update rust crate anyhow to 1.0.71 (#326)
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] authored Jul 11, 2023
1 parent 4a71b89 commit d4ccc72
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 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 @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/it-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/module-info-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/module-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-backend-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/wasmtime-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion marine-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4ccc72

Please sign in to comment.