From 2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:47:55 +0200 Subject: Adding upstream version 0.70.1+ds1. Signed-off-by: Daniel Baumann --- vendor/crypto-hash/debian/patches/series | 1 + vendor/crypto-hash/debian/patches/update-dep-versions.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 vendor/crypto-hash/debian/patches/series create mode 100644 vendor/crypto-hash/debian/patches/update-dep-versions.patch (limited to 'vendor/crypto-hash/debian/patches') diff --git a/vendor/crypto-hash/debian/patches/series b/vendor/crypto-hash/debian/patches/series new file mode 100644 index 0000000..38c7105 --- /dev/null +++ b/vendor/crypto-hash/debian/patches/series @@ -0,0 +1 @@ +update-dep-versions.patch diff --git a/vendor/crypto-hash/debian/patches/update-dep-versions.patch b/vendor/crypto-hash/debian/patches/update-dep-versions.patch new file mode 100644 index 0000000..37692a8 --- /dev/null +++ b/vendor/crypto-hash/debian/patches/update-dep-versions.patch @@ -0,0 +1,11 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -22,7 +22,7 @@ + license = "MIT" + repository = "https://github.com/malept/crypto-hash" + [dependencies.hex] +-version = "0.3" ++version = "0.4" + [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.commoncrypto] + version = "0.2" + [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl] -- cgit v1.2.3