diff --git a/Cargo.toml b/Cargo.toml index 7654099..93f316b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,9 @@ path = "src/bin/monocle.rs" [dependencies] bgpkit-broker = "0.7.0-beta.5" -bgpkit-parser = { version = "0.10.1", features = ["serde"] } +bgpkit-parser = { version = "0.10.5", features = ["serde"] } +oneio = { version = "0.16.7", default-features = false, features = ["remote", "gz", "bz"] } + clap = { version = "4.1", features = ["derive"] } itertools = "0.12" rayon = "1.8" @@ -36,7 +38,6 @@ dirs = "5" rusqlite = { version = "0.30", features = ["bundled"] } ureq = { version = "2.9", features = ["json"] } regex = "1.10" -oneio = "0.16.0" rpki = { version = "0.16.1", features = ["repository"] } radar-rs = "0.1.0"