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

cargo-deps: 1.4.1 -> 1.5.0
This commit is contained in:
figsoda 2022-11-02 21:42:09 -04:00 committed by GitHub
commit 54a06affe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-deps";
version = "1.4.1";
version = "1.5.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-WzvWkn2o39InESSzF5oLVP1I876b+r749hjZgh2DxOk=";
sha256 = "sha256-0zK1qwu+awZGd9hgH2WRrzJMzwpI830Lh//P0wVp6Js=";
};
cargoSha256 = "15pf4x2aw8sl65g63cz4yv9y78yc2wi25h9khpqx6i7gyd7dxbsc";
cargoSha256 = "sha256-ZPQIt+TL1OKX3Ch4A17eAELjaSTo2uk+X6YWFAXvWJA=";
meta = with lib; {
description = "Cargo subcommand for building dependency graphs of Rust projects";