diff --git a/Cargo.lock b/Cargo.lock index 4c5814b..d86362f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -410,9 +410,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.2.6" +version = "2.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12" +checksum = "04001f23ba8843dc315804fa324000376084dfb1c30794ff68dd279e6e5696d5" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index f142c4f..6137e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -diesel = {version = "2.2.6", features = ["postgres"]} +diesel = {version = "2.2.7", features = ["postgres"]} diesel_migrations = "2.2.0" lazy_static = "1.5.0" num_cpus = "1.16.0"