NixOS / nixpkgs-vet

Tool to vet (check) Nixpkgs, including its pkgs/by-name directory
MIT License
29 stars 7 forks source link

Automated update #111

Closed infinixbot closed 1 month ago

infinixbot commented 1 month ago
cargo changes ### cargo upgrade ``` Updating 'https://github.com/rust-lang/crates.io-index' index Checking nixpkgs-vet's dependencies name old req compatible latest new req ==== ======= ========== ====== ======= pretty_assertions 1.4.0 1.4.1 1.4.1 1.4.1 Upgrading recursive dependencies Locking 0 packages to latest compatible versions note: pass `--verbose` to see 10 unchanged dependencies behind latest note: Re-run with `--verbose` to show more dependencies latest: 15 packages ``` ### cargo update ``` Updating crates.io index Locking 5 packages to latest compatible versions Updating anyhow v1.0.87 -> v1.0.89 Updating once_cell v1.19.0 -> v1.20.0 Updating redox_syscall v0.5.3 -> v0.5.4 Updating rustix v0.38.36 -> v0.38.37 Updating unicode-ident v1.0.12 -> v1.0.13 note: pass `--verbose` to see 12 unchanged dependencies behind latest ``` ### cargo outdated ``` All dependencies are up to date, yay! ``` ### cargo audit ``` Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 659 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning repo/Cargo.lock for vulnerabilities (86 crate dependencies) ```
GitHub Action updates
npins changes ``` [INFO ] Updating 'nixpkgs' … Changes: - url: https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre678339.add0443ee587/nixexprs.tar.xz + url: https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre681909.039b72d0c738/nixexprs.tar.xz - hash: 1q38vx7p9j8kdbvis0aq3cfj0my97qdwskp3jjp6f5lsrs5map4g + hash: 0c3q85wfgp0v7hhbv7yv7g9xhijrfi6167lkdli6wqkp66v7fw7r [INFO ] Updating 'treefmt-nix' … (no changes) [INFO ] Update successful. ```