-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chores: Toolchains, Dependencies, Imports (#400)
* Chore: Update toolchains, dependencies This simply updates to the latest stable/nightly Rust toolchains, and runs `cargo update` to pull in the latest version of related dependencies -- at least one of the locked dependencies was broken on newer nightlies. * Rerun Cargo-fmt * Chore: bump pcap-parser version Pcap-parser was holding back a shared memchr version. Other dependencies will follow as appropriate. * Chore: Simplify duplicate alloc/std imports Closes #391. * Bump API_VERSION, move MAJOR_VERSION to api * Chore: Bump most dependencies This excludes smoltcp and zerocopy, both of which have made significant API changes since we last updated. * Fix XDE test with latest falcon * Chore: Update Zerocopy -> 0.7 * Update smoltcp -> 0.10 This required a bit more work than I'd hoped. One significant benefit is that we can greatly simplify some of the DHCP option insertion logic: we no longer need to perform surgery on built options to remove/insert end markers etc. This also gives us some cause to simplify and unify long options in our own `emit` function. Smoltcp's refactor of IPv6 types are somewhat less ergonomic, particularly for length computation. * Remove some accidental testing leftovers. * Respond to review feedback
- Loading branch information
1 parent
258a8b5
commit c0564a0
Showing
63 changed files
with
994 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.