Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ futures = "0.3"
# for offline BMP byte-stream parsing — no TLS fetcher, no MRT
# downloader. Default features pull in rustls/chrono/regex/zerocopy
# that we don't need.
bgpkit-parser = { version = "0.16", default-features = false, features = ["parser", "bytes"] }
bgpkit-parser = { version = "0.17", default-features = false, features = ["parser", "bytes"] }
bytes = "1.11"
# ipnet: IPv4/IPv6 prefix types used by bgpkit-parser's NetworkPrefix.
# We pattern-match on `IpNet::{V4,V6}` directly to extract addr +
Expand Down
Loading