diff options
author | Vincent Ambo <mail@tazj.in> | 2022-03-07T11·56+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-07T15·42+0000 |
commit | 987b11a70e26c181477936eb5139d16a8acc7731 (patch) | |
tree | 0ea6dffecc4472e6b1c5e7507205871d570da3c9 | |
parent | 270a4de7aceaa2b0d845a418e116ec01dd5102f0 (diff) |
chore(grfn/achilles): Bump thread_local package r/3896
This fixes a CVE report. Change-Id: Icb39d76802df0034d809d867f7875831888911be Reviewed-on: https://cl.tvl.fyi/c/depot/+/5354 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi>
-rw-r--r-- | users/grfn/achilles/Cargo.lock | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/grfn/achilles/Cargo.lock b/users/grfn/achilles/Cargo.lock index 30e5e021f147..2ba1ea41f732 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", ] |