From 8860c74bd5ae063e4b1278827c8b23cd3b84b5b7 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 14 Dec 2020 10:09:41 +0100 Subject: [PATCH] Fixes #18766: Security vulnerability in arc-swap --- relay/sources/relayd/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/relay/sources/relayd/Cargo.lock b/relay/sources/relayd/Cargo.lock index a927ee9cef1..0393850977e 100644 --- a/relay/sources/relayd/Cargo.lock +++ b/relay/sources/relayd/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "arc-swap" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1683,7 +1683,7 @@ name = "signal-hook-registry" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "arc-swap 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2407,7 +2407,7 @@ dependencies = [ [metadata] "checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" -"checksum arc-swap 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62" +"checksum arc-swap 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"