diff --git a/Cargo.toml b/Cargo.toml index 5d6801f7..29da2850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ ort = { version = "2.0.0-rc.10", features = ["ndarray"] } tantivy = "0.21" # Networking -libp2p = { version = "0.53", features = ["tokio", "gossipsub", "noise", "tcp", "yamux", "mdns", "macros"] } +libp2p = { version = "0.56", features = ["tokio", "gossipsub", "noise", "tcp", "yamux", "mdns", "macros"] } # Cryptography aes-gcm = "0.10"