diff options
Diffstat (limited to 'users/grfn')
-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", ] |