Skip to content

Commit

Permalink
deps: bump anyhow from 1.0.75 to 1.0.76
Browse files Browse the repository at this point in the history
Pull-Request: #5030.
  • Loading branch information
dependabot[bot] committed Dec 25, 2023
1 parent 71c9170 commit 14c47c6
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.72"
anyhow = "1.0.76"
futures = "0.3.29"
rand = "0.8"
tracing = "0.1.37"
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.4.11", features = ["derive"] }
env_logger = "0.10"
futures = "0.3.29"
anyhow = "1.0.75"
anyhow = "1.0.76"
libp2p = { path = "../../libp2p", features = [ "tokio", "dns", "kad", "noise", "tcp", "yamux", "rsa"] }
tracing = "0.1.37"
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.75"
anyhow = "1.0.76"
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 14c47c6

Please sign in to comment.