Skip to content

Commit 83b3593

Browse files
Bump tetsy-libp2p from 0.34.1 to 0.36.0
Bumps [tetsy-libp2p](https://github.com/libp2p/rust-libp2p) from 0.34.1 to 0.36.0. - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/rust-libp2p/commits/v0.36.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent adc239a commit 83b3593

File tree

10 files changed

+159
-106
lines changed

10 files changed

+159
-106
lines changed

Cargo.lock

Lines changed: 149 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/browser-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/tetcoin/tetcore"
1212

1313
[dependencies]
1414
futures-timer = "3.0.2"
15-
tetsy-libp2p = { version = "0.34.2", default-features = false }
15+
tetsy-libp2p = { version = "0.36.0", default-features = false }
1616
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
1717
tetsy-jsonrpc-core = "15.1.0"
1818
serde = "1.0.106"

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ derive_more = "0.99.2"
2626
either = "1.5.3"
2727
futures = "0.3.9"
2828
futures-timer = "3.0.1"
29-
tetsy-libp2p = { version = "0.34.2", default-features = false, features = ["kad"] }
29+
tetsy-libp2p = { version = "0.36.0", default-features = false, features = ["kad"] }
3030
# tetsy-libp2p = { default-features = false, features =["kad"], git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
3131
log = "0.4.8"
3232
prometheus-endpoint = { package = "prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.1"}

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1.4.2"
2121
tokio = { version = "0.2.21", features = [ "signal", "rt-core", "rt-threaded", "blocking" ] }
2222
futures = "0.3.9"
2323
fdlimit = "0.2.1"
24-
tetsy-libp2p = "0.34.2"
24+
tetsy-libp2p = "0.36.0"
2525
# tetsy-libp2p = { version = "0.34.0", git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2626
tetsy-scale-codec = "2.0.1"
2727
hex = "0.4.2"

client/network-gossip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1919
[dependencies]
2020
futures = "0.3.9"
2121
futures-timer = "3.0.1"
22-
tetsy-libp2p = { version = "0.34.2", default-features = false }
22+
tetsy-libp2p = { version = "0.36.0", default-features = false }
2323
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2424
log = "0.4.8"
2525
lru = "0.6.1"

client/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ wasm-timer = "0.2"
6464
zeroize = "1.2.0"
6565

6666
[dependencies.tetsy-libp2p]
67-
version = "0.34.2"
67+
version = "0.36.0"
6868
default-features = false
6969
features = ["dns", "identify", "kad", "mdns", "mplex", "noise", "ping", "request-response", "tcp-async-io", "websocket", "remux", "wasm-ext"]
7070
# git = "https://github.com/tetcoin/tetsy-libp2p.git"
7171
# rev = "bc2e822ef4c5f69225112b461018212a18782e4a"
7272

7373
[dev-dependencies]
7474
assert_matches = "1.3"
75-
tetsy-libp2p = { version = "0.34.2", default-features = false }
75+
tetsy-libp2p = { version = "0.36.0", default-features = false }
7676
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
7777
quickcheck = "0.9.0"
7878
rand = "0.7.2"

client/network/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parking_lot = "0.11.1"
2020
futures = "0.3.9"
2121
futures-timer = "3.0.1"
2222
rand = "0.7.2"
23-
tetsy-libp2p = { version = "0.34.2", default-features = false }
23+
tetsy-libp2p = { version = "0.36.0", default-features = false }
2424
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2525
tp-consensus = { version = "0.8.2", path = "../../../primitives/consensus/common" }
2626
tc-consensus = { version = "0.8.0", path = "../../consensus/common" }

client/peerset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818

1919
[dependencies]
2020
futures = "0.3.9"
21-
tetsy-libp2p = { version = "0.34.2", default-features = false }
21+
tetsy-libp2p = { version = "0.36.0", default-features = false }
2222
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2323
tetcore-utils = { version = "2.0.2", path = "../../primitives/utils"}
2424
log = "0.4.8"

client/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
2020
parking_lot = "0.11.1"
2121
futures = "0.3.9"
2222
wasm-timer = "0.2.5"
23-
tetsy-libp2p = { version = "0.34.2", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"] }
23+
tetsy-libp2p = { version = "0.36.0", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"] }
2424
# tetsy-libp2p = { version = "0.34.0", default-features = false, features = ["dns", "tcp-async-io", "wasm-ext", "websocket"], git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2525
log = "0.4.8"
2626
pin-project = "0.4.6"

primitives/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818

1919
[dependencies]
2020
thiserror = "1.0.21"
21-
tetsy-libp2p = { version = "0.34.2", default-features = false }
21+
tetsy-libp2p = { version = "0.36.0", default-features = false }
2222
# tetsy-libp2p = { version = "0.34.0", default-features = false, git = "https://github.com/tetcoin/tetsy-libp2p.git", rev = "bc2e822ef4c5f69225112b461018212a18782e4a" }
2323
log = "0.4.8"
2424
tet-core = { path= "../../core", version = "2.0.2"}

0 commit comments

Comments
 (0)