Merge pull request #298784 from r-ryantm/auto-update/cargo-update

cargo-update: 13.3.0 -> 13.4.0
This commit is contained in:
Pol Dellaiera 2024-03-25 10:59:44 +01:00 committed by GitHub
commit 287ca47ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "13.3.0";
version = "13.4.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-owiMVeH7m4LoM8c4qjLyFx3v/+Flzt+C+O8qEuXazvc=";
sha256 = "sha256-/9igT1/3ck8Roy2poq1urf+cLblentOB7S9Hh6uqIEw=";
};
cargoHash = "sha256-WtNH62DBo6WFOUcHnZxn0Jco4SUmhO0+1wXPRB2wxic=";
cargoHash = "sha256-pdWVp9+CLnNO7+U0a8WXWHZ+EeGNYx9J7WWAI1MTDvc=";
nativeBuildInputs = [
cmake