diff options
Diffstat (limited to 'sys-process/bottom/files/bottom-0.6.4-RUSTSEC-2021-0003.patch')
-rw-r--r-- | sys-process/bottom/files/bottom-0.6.4-RUSTSEC-2021-0003.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-process/bottom/files/bottom-0.6.4-RUSTSEC-2021-0003.patch b/sys-process/bottom/files/bottom-0.6.4-RUSTSEC-2021-0003.patch deleted file mode 100644 index a68f48fd1c06..000000000000 --- a/sys-process/bottom/files/bottom-0.6.4-RUSTSEC-2021-0003.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 72e97a2eafa50d85209018005fbc1ff4774ef524 Mon Sep 17 00:00:00 2001 -From: Randy Barlow <randy@electronsweatshop.com> -Date: Sat, 18 Sep 2021 11:53:44 -0400 -Subject: [PATCH 1/2] RUSTSEC-2021-0003: Update smallvec - -https://rustsec.org/advisories/RUSTSEC-2021-0003 - -Signed-off-by: Randy Barlow <randy@electronsweatshop.com> ---- - Cargo.lock | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Cargo.lock b/Cargo.lock -index 3bf6062..db1bd16 100644 ---- a/Cargo.lock -+++ b/Cargo.lock -@@ -1359,9 +1359,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" - - [[package]] - name = "smallvec" --version = "1.5.1" -+version = "1.6.1" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" -+checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" - - [[package]] - name = "smol" --- -2.31.1 - |