Skip to content

Commit 40e9179

Browse files
deps: bump anyhow from 1.0.80 to 1.0.100
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.80...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d9be84 commit 40e9179

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.80"
19+
anyhow = "1.0.100"
2020
futures = "0.3.30"
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.16", features = ["derive"] }
1515
env_logger = "0.10"
1616
futures = "0.3.30"
17-
anyhow = "1.0.80"
17+
anyhow = "1.0.100"
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.80"
35+
anyhow = "1.0.100"
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)