From e479a1e40e2c3cfc28d428fb452f25e09eacdb8c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 15 Apr 2021 23:34:13 +0300 Subject: [PATCH] chore: update deps in example --- examples/diesel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/diesel/Cargo.toml b/examples/diesel/Cargo.toml index f624263..4863d3f 100644 --- a/examples/diesel/Cargo.toml +++ b/examples/diesel/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] itconfig = { path = "../../itconfig", default-features = false, features = ["macro"] } dotenv = "0.15.0" -diesel = { version = "1.4.5", features = ["postgres"] } +diesel = { version = "1.4.6", features = ["postgres"] }