Skip to content

Commit

Permalink
deps: bump anyhow from 1.0.83 to 1.0.86
Browse files Browse the repository at this point in the history
Pull-Request: #5409.
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent ad7ad5b commit 6aaf284
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release = false
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
futures = { workspace = true }
rand = "0.8"
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1"
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.10"
futures = { workspace = true }
anyhow = "1.0.83"
anyhow = "1.0.86"
libp2p = { path = "../../libp2p", features = [ "tokio", "dns", "kad", "noise", "tcp", "yamux", "rsa"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ json = ["dep:serde", "dep:serde_json", "libp2p-swarm/macros"]
cbor = ["dep:serde", "dep:cbor4ii", "libp2p-swarm/macros"]

[dev-dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
async-std = { version = "1.6.2", features = ["attributes"] }
libp2p-noise = { workspace = true }
libp2p-tcp = { workspace = true, features = ["async-io"] }
Expand Down

0 comments on commit 6aaf284

Please sign in to comment.