Merge pull request #231160 from figsoda/audit

cargo-audit: 0.17.5 -> 0.17.6

authored by Nick Cao and committed by GitHub ffd4978e b3869961

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-audit/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-audit"; 12 - version = "0.17.5"; 12 + version = "0.17.6"; 13 13 14 14 src = fetchCrate { 15 15 inherit pname version; 16 - sha256 = "sha256-qsHy4MKQHBzChcOJ9TrlUbEnEtVxlzxDgZlahhDsoxM="; 16 + sha256 = "sha256-ICNcBqlkX1k3J5vc/bfoXw/+l2LdHOchv4PfY0G7Y94="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-7uBRybAkexBl3SldV4qudwPZ8JcKCUaAlwbAcT9JXy8="; 19 + cargoSha256 = "sha256-ViqaiSLVfDJhMuHjHGi+NVRLPcRhe2a+oKXl4UNM+K8="; 20 20 21 21 nativeBuildInputs = [ 22 22 pkg-config