rustybgp
rustybgp copied to clipboard
BGP implemented in the Rust Programming Language
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. Release notes Sourced from uuid's releases. 1.3.0 What's Changed Fix error message. by @basbossink-ds in uuid-rs/uuid#656 implement Arbitrary::size_hint by @Ekleog...
Updates the requirements on [patricia_tree](https://github.com/sile/patricia_tree) to permit the latest version. Release notes Sourced from patricia_tree's releases. v0.5.0 What's Changed Add PatriciaMap::insert_str() and PatriciaSet::insert_str() methods by @sile in sile/patricia_tree#15 Full Changelog:...
I have a tool that I wrote long ago to stress test large numbers of routes, flapping, etc, etc. I was mostly interested in what went wrong when large numbers...
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.26.1] - 2022-11-29 Fixed Fix UB with sys::socket::sockopt::SockType using SOCK_PACKET. (#1821) [0.26.0] - 2022-11-29 Added...
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version. Release notes Sourced from prost-types's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple,...
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. Release notes Sourced from serde_yaml's releases. 0.9.0 API documentation: https://docs.rs/serde_yaml/0.9 Highlights The serde_yaml::Value enum gains a Tagged variant which represents...
Updates the requirements on [prost-derive](https://github.com/tokio-rs/prost) to permit the latest version. Release notes Sourced from prost-derive's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple,...
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. Release notes Sourced from prost's releases. v0.11.0 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple,...
Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. Release notes Sourced from futures's releases. 0.3.16 Add TryStreamExt::try_chunks (#2438) Add StreamExt::{all, any} (#2460) Add stream::select_with_strategy (#2450) Update to new...
Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. Commits 038de36 chore: prepare tokio-util 0.7.2 (#4690) 42d5a9f Merge 'tokio-util-0.6.x' into 'tokio-util-0.7.x' cdb132d Revert "chore: disable warnings in old CI...