diff --git a/Cargo.lock b/Cargo.lock index dc34c6c..ef90745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.10" @@ -160,9 +162,9 @@ dependencies = [ [[package]] name = "diesel" -version = "1.4.3" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7cc03b910de9935007861dce440881f69102aaaedfd4bc5a6f40340ca5840c" +checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 0bc40e9..355d149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ scraper = { git = "https://github.com/causal-agent/scraper"} reqwest = { version = "0.10.4" } select = {version = "0.4.3"} regex = "1" -diesel = { version = "1.4.3", features = ["postgres", "uuid", "chrono"] } +diesel = { version = "1.4.6", features = ["postgres", "uuid", "chrono"] } dotenv = "0.15.0" uuid = "0.6" chrono = "0.4.11"