Skip to content

Commit

Permalink
Merge branch 'transport-redesign' into implement-autonat-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Dec 27, 2023
2 parents da2a790 + b2bb8f3 commit be35e80
Show file tree
Hide file tree
Showing 57 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "<meta http-equiv=\"refresh\" content=\"0; url=libp2p\">" > target/doc/index.html
cp -r target/doc/* ./host-docs
- name: Upload documentation
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with:
path: "host-docs/"

Expand Down
104 changes: 52 additions & 52 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
either = "1.9"
fnv = "1.0"
futures = { version = "0.3.29", features = ["executor", "thread-pool"] }
futures = { version = "0.3.30", features = ["executor", "thread-pool"] }
futures-timer = "3"
instant = "0.1.12"
libp2p-identity = { workspace = true, features = ["peerid", "ed25519"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/autonat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release = false
[dependencies]
tokio = { version = "1.35", features = ["full"] }
clap = { version = "4.4.11", features = ["derive"] }
futures = "0.3.29"
futures = "0.3.30"
libp2p = { path = "../../libp2p", features = ["tokio", "tcp", "noise", "yamux", "autonat", "identify", "macros"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ release = false
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.72"
futures = "0.3.29"
anyhow = "1.0.76"
futures = "0.3.30"
rand = "0.8"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
Loading

0 comments on commit be35e80

Please sign in to comment.