diff --git a/talk-archive/2020-02-fantastic-actors-and-where-to-find-them/database-1/Cargo.lock b/talk-archive/2020-02-fantastic-actors-and-where-to-find-them/database-1/Cargo.lock index 48205e0..548be2c 100644 --- a/talk-archive/2020-02-fantastic-actors-and-where-to-find-them/database-1/Cargo.lock +++ b/talk-archive/2020-02-fantastic-actors-and-where-to-find-them/database-1/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "arc-swap" version = "0.4.4" @@ -180,9 +182,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.33" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if", "libc",