Skip to content

Commit 14c47c6

Browse files
deps: bump anyhow from 1.0.75 to 1.0.76
Pull-Request: #5030.
1 parent 71c9170 commit 14c47c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser-webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release = false
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
anyhow = "1.0.72"
19+
anyhow = "1.0.76"
2020
futures = "0.3.29"
2121
rand = "0.8"
2222
tracing = "0.1.37"

examples/ipfs-kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-trait = "0.1"
1414
clap = { version = "4.4.11", features = ["derive"] }
1515
env_logger = "0.10"
1616
futures = "0.3.29"
17-
anyhow = "1.0.75"
17+
anyhow = "1.0.76"
1818
libp2p = { path = "../../libp2p", features = [ "tokio", "dns", "kad", "noise", "tcp", "yamux", "rsa"] }
1919
tracing = "0.1.37"
2020
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ json = ["dep:serde", "dep:serde_json", "libp2p-swarm/macros"]
3232
cbor = ["dep:serde", "dep:cbor4ii", "libp2p-swarm/macros"]
3333

3434
[dev-dependencies]
35-
anyhow = "1.0.75"
35+
anyhow = "1.0.76"
3636
async-std = { version = "1.6.2", features = ["attributes"] }
3737
libp2p-noise = { workspace = true }
3838
libp2p-tcp = { workspace = true, features = ["async-io"] }

0 commit comments

Comments
 (0)