From: Matt Corallo Date: Sun, 19 Jul 2020 23:01:47 +0000 (-0400) Subject: Use released bgp-rs X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=dnsseed-rust;a=commitdiff_plain;h=8f18b470ceb2288ace50e75dc2640f26f7daab0d Use released bgp-rs --- diff --git a/Cargo.toml b/Cargo.toml index 9054eee..9709bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] bitcoin = "0.23" -bgp-rs = { git = "https://github.com/TheBlueMatt/bgp-rs", rev = "96bd15e67789b91f679f835fc62ff3beb16685bf" } +bgp-rs = "0.6" tokio = "0.1" bytes = "0.4" futures = "0.1"