diff --git a/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch b/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch index 5b21c1ad8bb..8a65492e797 100644 --- a/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch +++ b/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch @@ -3,7 +3,7 @@ @@ -54,7 +54,6 @@ [dependencies.rustsec] - version = "0.16.0" + version = "0.17.1" -features = ["vendored-openssl"] [dev-dependencies] diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template index c9fc9ef2dae..06e893dd5dc 100644 --- a/srcpkgs/cargo-deny/template +++ b/srcpkgs/cargo-deny/template @@ -1,6 +1,6 @@ # Template file for 'cargo-deny' pkgname=cargo-deny -version=0.6.0 +version=0.6.2 revision=1 build_style=cargo hostmakedepends="pkg-config perl" @@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-deny" distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" -checksum=8c08619a66b2102498facf1ccc11896589981cd0ebf0972ed50efe48d2abb4f9 +checksum=d24452b344fcb370d246ad3a0711ef27805b862bcc1ca89e1db1fdecd798dbf5 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then broken="bitvec crate unimplemented for big endian"