diff --git a/Cargo.lock b/Cargo.lock index 1e9adef..b9f7660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,9 +620,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "mainline" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9cd4b9b718245c235491f14b9b5732a6b6d8ef9a76fe72490994dcba776f18" +checksum = "6861bda99d28cfbc32a70cdd0a509eaa946a685c0d07ed891b6d4542e705daba" dependencies = [ "bytes", "crc", diff --git a/pkarr/Cargo.toml b/pkarr/Cargo.toml index 5111a15..9608339 100644 --- a/pkarr/Cargo.toml +++ b/pkarr/Cargo.toml @@ -12,7 +12,7 @@ categories = ["networking", "p2p", "routing"] [dependencies] bytes = "1.5.0" ed25519-dalek = { version = "2.0.0", features = ["rand_core"] } -mainline = { version = "0.5.0", optional = true } +mainline = { version = "0.6.0", optional = true } rand = "0.8.5" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"], optional = true} self_cell = "1.0.2"