Skip to content

Commit

Permalink
deps: bump anyhow from 1.0.81 to 1.0.82
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#5306.
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 44bc941 commit cde12ee
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.81"
anyhow = "1.0.82"
futures = "0.3.30"
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 = "0.3.30"
anyhow = "1.0.81"
anyhow = "1.0.82"
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.81"
anyhow = "1.0.82"
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 cde12ee

Please sign in to comment.