cargo-update: 16.0.0 -> 16.1.0

Diff: https://diff.rs/cargo-update/16.0.0/16.1.0

Changelog: https://github.com/nabijaczleweli/cargo-update/releases/tag/v16.1.0
This commit is contained in:
Emily 2025-01-22 04:28:10 +00:00 committed by Audrey Dutcher
parent a6ef617de7
commit 3a051e393c

View File

@ -17,15 +17,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "16.0.0";
version = "16.1.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-jLv/9Fvg+1HNIhfm0D/vvMR9J+Enztj9rXQE1kZITGI=";
hash = "sha256-bdIFenNMW5iDQaKS2+lMYVVfc0zpbYNOHQqczpjBNC4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-uoLs1CMNI0N0MpjTdpxDFubg6dgK57DVrxltF4HvG1k=";
cargoHash = "sha256-KujJB9o5+yHu6mEQOvzGUcBS6/fh/jcnt7/FbUPLefg=";
nativeBuildInputs =
[