From 99ed99a4430b16384a1eeb8c4bbec0867bf7bc07 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Sep 2021 09:32:54 +0000 Subject: fix(deps): update rust crate diesel to 1.4.8 --- crates/whirl_db/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index d2ef249..d5a5071 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Database libsqlite3-sys = { version = "0.9.1", features = ["bundled"] } -diesel = { version = "1.4.7", features = ["sqlite"] } +diesel = { version = "1.4.8", features = ["sqlite"] } # Environment dotenv = "0.15.0" -- cgit v1.2.3