Skip to content

Commit

Permalink
deps: bump anyhow from 1.0.89 to 1.0.91
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 84c6e44 commit 4066421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/wasm-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
Expand Down

0 comments on commit 4066421

Please sign in to comment.