Skip to content

Commit

Permalink
feat(deps): update rust crate anyhow to 1.0.75 (#372)
Browse files Browse the repository at this point in the history
chore(deps): update rust crate anyhow to 1.0.75

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 0b88b23 commit 44b8e96
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.20"

paste = "1.0.14"

anyhow = "1.0.71"
anyhow = "1.0.75"
thiserror = "1.0.50"

[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.3.0"}

anyhow = "1.0.71"
anyhow = "1.0.75"
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/js-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wasm-bindgen = "0.2.84"
serde-wasm-bindgen = "0.5.0"
js-sys = "0.3.61"
web-sys = { version = "0.3.61", features = ["console"] }
anyhow = "1.0.70"
anyhow = "1.0.75"
paste = "1.0.14"
maplit = "1.0.2"
log = "0.4.20"
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 = {version = "0.10.0", default-features = false }

marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.3.0"}

anyhow = "1.0.71"
anyhow = "1.0.75"
chrono = "0.4.31"
walrus = "0.20.1"
semver = "1.0.20"
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.71"
anyhow = "1.0.75"
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.50"
anyhow = "1.0.71"
anyhow = "1.0.75"
wasmparser = "0.101.1"
paste = "1.0.14"
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.14"
anyhow = "1.0.71"
anyhow = "1.0.75"
log = "0.4.20"
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.50"
anyhow = "1.0.71"
anyhow = "1.0.75"
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.10.0", default-features = false, features = ["logger"] }
marine-wasm-backend-traits = {path = "../../crates/wasm-backend-traits", version = "0.3.0"}

anyhow = "1.0.71"
anyhow = "1.0.75"
clap = "2.34.0"
serde = "1.0.147"
serde_json = "1.0.107"
Expand Down

0 comments on commit 44b8e96

Please sign in to comment.