From 987b11a70e26c181477936eb5139d16a8acc7731 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 7 Mar 2022 14:56:16 +0300 Subject: chore(grfn/achilles): Bump thread_local package This fixes a CVE report. Change-Id: Icb39d76802df0034d809d867f7875831888911be Reviewed-on: https://cl.tvl.fyi/c/depot/+/5354 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: grfn --- users/grfn/achilles/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'users/grfn/achilles/Cargo.lock') diff --git a/users/grfn/achilles/Cargo.lock b/users/grfn/achilles/Cargo.lock index 30e5e021f1..2ba1ea41f7 100644 --- a/users/grfn/achilles/Cargo.lock +++ b/users/grfn/achilles/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "achilles" version = "0.1.0" @@ -766,9 +768,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ "once_cell", ] -- cgit 1.4.1