diff --git a/artillery-core/Cargo.toml b/artillery-core/Cargo.toml index 0579069..a0bba69 100644 --- a/artillery-core/Cargo.toml +++ b/artillery-core/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.7.3" mio = { version = "0.7.0", features = ["os-poll", "udp"] } futures = "0.3.5" pin-utils = "0.1.0" -libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] } +libp2p = { version = "0.39.1", default-features = false, features = ["mdns"] } bastion-executor = "0.3.5" lightproc = "0.3.5" crossbeam-channel = "0.4.2"