Skip to content

Commit

Permalink
update bgpkit-parser and oneio version
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Mar 29, 2024
1 parent a0bbb70 commit eca9002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit eca9002

Please sign in to comment.