Skip to content

Commit

Permalink
deps: bump anyhow from 1.0.91 to 1.0.93 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
2 parents ac58681 + 67588ca commit b990088
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.91"
anyhow = "1.0.93"
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.91"
anyhow = "1.0.93"
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 b990088

Please sign in to comment.