Skip to content

Commit aef4558

Browse files
Update libp2p requirement from 0.22.0 to 0.39.1
Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version. - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/rust-libp2p@v0.22.0...v0.39.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f526f98 commit aef4558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artillery-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rand = "0.7.3"
2525
mio = { version = "0.7.0", features = ["os-poll", "udp"] }
2626
futures = "0.3.5"
2727
pin-utils = "0.1.0"
28-
libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] }
28+
libp2p = { version = "0.39.1", default-features = false, features = ["mdns"] }
2929
bastion-executor = "0.3.5"
3030
lightproc = "0.3.5"
3131
crossbeam-channel = "0.4.2"

0 commit comments

Comments
 (0)