-
Notifications
You must be signed in to change notification settings - Fork 0
cargo-depgraph #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
cargo-depgraph #181
Conversation
This is useful for visualizing dependencies in the dataplane. Signed-off-by: Daniel Noland <daniel@githedgehog.com>
We need a rebuild for cargo-depgraph so may as well bump. Signed-off-by: Daniel Noland <daniel@githedgehog.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for dynamic dependency graph generation in the dataplane by integrating cargo-depgraph and graphviz tools into the development environment.
- Adds cargo-depgraph Rust tool for generating dependency graphs
- Includes graphviz for graph visualization capabilities
- Updates nixpkgs to a newer commit for compatibility
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
nix/versions.nix | Updates nixpkgs commit and associated hashes to newer version |
default.nix | Adds cargo-depgraph and graphviz packages to the development environment |
builds.yml | Updates nixpkgs commit reference to match versions.nix |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
priority | nix_package | version_local | version_nixpkgs | version_upstream |
---|---|---|---|---|
15 | libunistring | 1.3 | 1.3 | 1.4 |
13 | glibc | 2.40-66 | 2.40-66 | 2.42 |
12 | libffi | 3.5.1 | 3.5.1 | 3.5.2 |
12 | gcc | 14.3.0 | 14.3.0 | 15.2.0;15.2 |
12 | libxml2 | 2.14.5 | 2.14.5 | 2.15.0 |
11 | llvm | 20.1.8 | 21.1.1 | 21.1.2 |
11 | binutils | 2.44 | 2.44 | 2.45 |
10 | coreutils | 9.7 | 9.7 | 9.8 |
10 | pcre2 | 10.44 | 10.44 | 10.46 |
5 | perl | 5.40.0 | 5.40.0 | 5.42.0;5.42 |
4 | kmod | 31 | 31 | 34.2 |
4 | expat | 2.7.1 | 2.7.1 | 2.7.3 |
4 | sqlite | 3.50.2 | 3.50.2 | 3.50.4 |
4 | gdbm | 1.25 | 1.25 | 1.26 |
4 | openssl | 3.5.1 | 1.1.1w | 3.5.3 |
4 | openssl | 3.5.1 | 3.5.1 | 3.5.3 |
4 | numactl | 2.0.18 | 2.0.18 | 2.0.19 |
Vulnerable packages (gnu64):
|
allows for a dynamic dependency graph in dataplane.