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"] }