Skip to content

Commit

Permalink
chore: update libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 27, 2022
1 parent f18d726 commit 8e292b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions iroh-bitswap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { version = "1.0", features = ["sync"] }
bytes = "1.1.0"
cid = "0.8.0"
futures = "0.3.5"
libp2p = { version = "0.46", default-features = false }
libp2p = { version = "0.47", default-features = false }
multihash = "0.16.0"
prost = "0.10"
thiserror = "1.0.20"
Expand All @@ -31,7 +31,7 @@ git-version = "0.3.5"
[dev-dependencies]
criterion = "0.3.5"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
libp2p = { version = "0.46", features = ["yamux", "noise", "tcp-tokio"], default-features = false }
libp2p = { version = "0.47", features = ["yamux", "noise", "tcp-tokio"], default-features = false }
tokio = { version = "1.0", features = ["macros", "net", "rt"] }
tokio-util = { version = "0.7", features = ["compat"] }

Expand Down
2 changes: 1 addition & 1 deletion iroh-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ time = "0.3.9"
headers = "0.3.7"
iroh-rpc-client = { path = "../iroh-rpc-client" }
hyper = "0.14.19"
libp2p = "0.46.0"
libp2p = "0.47"
iroh-util = { path = "../iroh-util" }
anyhow = "1"
futures = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion iroh-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async-stream = "0.3.3"
tempfile = "3.3.0"

[dependencies.libp2p]
version = "0.46"
version = "0.47"
default-features = false
features = [
"gossipsub",
Expand Down
2 changes: 1 addition & 1 deletion iroh-rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tonic-health = "0.6.0"
prost = "0.10.3"
anyhow = "1.0.57"
bytes = "1.1.0"
libp2p = "0.46.0"
libp2p = "0.47"
iroh-metrics = { path = "../iroh-metrics" }
tracing = "0.1.34"
toml = "0.5.9"
Expand Down

0 comments on commit 8e292b5

Please sign in to comment.