Skip to content

Commit

Permalink
patch libp2p-upnp to address bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Mar 28, 2024
1 parent 59ef564 commit 60894c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"
slog-async = "2"
slog-term = "2"
sloggers = { version = "2", features = ["json"] }
smallvec = "1.11.2"
smallvec = "1.13.2"
snap = "1"
ssz_types = "0.5"
strum = { version = "0.24", features = ["derive"] }
Expand Down Expand Up @@ -235,6 +235,7 @@ warp_utils = { path = "common/warp_utils" }

[patch.crates-io]
yamux = { git = "https://github.com/sigp/rust-yamux.git" }
libp2p-upnp = { git = "https://github.com/sigp/rust-libp2p.git", branch = "fix-upnp" }

[profile.maxperf]
inherits = "release"
Expand Down

0 comments on commit 60894c7

Please sign in to comment.