Skip to content

Commit de25e47

Browse files
deps: bump anyhow from 1.0.97 to 1.0.102
Pull-Request: #6336.
1 parent e35778e commit de25e47

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.86"
19+
anyhow = "1.0.102"
2020
futures = { workspace = true }
2121
rand = "0.8"
2222
tracing = { workspace = true }

examples/ipfs-kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ release = false
1212
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
1313
clap = { version = "4.5.6", features = ["derive"] }
1414
futures = { workspace = true }
15-
anyhow = "1.0.86"
15+
anyhow = "1.0.102"
1616
libp2p = { path = "../../libp2p", features = [ "tokio", "dns", "kad", "noise", "tcp", "yamux", "rsa"] }
1717
tracing-subscriber = { workspace = true, features = ["env-filter"] }
1818

protocols/request-response/Cargo.toml

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

3131
[dev-dependencies]
32-
anyhow = "1.0.86"
32+
anyhow = "1.0.102"
3333
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
3434
rand = "0.8"
3535
libp2p-swarm-test = { path = "../../swarm-test" }

0 commit comments

Comments
 (0)