From 40664211f8bb484781aa5150f358d6075bcecdb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:33:03 +0000 Subject: [PATCH] deps: bump anyhow from 1.0.89 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- examples/wasm-example/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a28819e..bfdf93288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index f3c26d522..f7604c461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ test_go_interop = [] test_js_interop = [] [workspace.dependencies] -anyhow = "1.0.89" +anyhow = "1.0.91" async-stream = { version = "0.3.6" } async-trait = { version = "0.1.82" } asynchronous-codec = "0.7.0" diff --git a/examples/wasm-example/Cargo.toml b/examples/wasm-example/Cargo.toml index cea392348..4463873a4 100644 --- a/examples/wasm-example/Cargo.toml +++ b/examples/wasm-example/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] rust-ipfs = { path = "../.." } futures = "0.3" -anyhow = "1.0.89" +anyhow = "1.0.91" wasm-bindgen = "0.2.95" wasm-bindgen-futures = "0.4.42" web-sys = { version = "0.3", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Response', 'Window'] }