aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_db
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-08 08:16:01 +0000
committerRenovate Bot <[email protected]>2021-06-08 08:16:01 +0000
commit272ad901917eeabeb34ab9bd7888e85f11dbf4a9 (patch)
tree6d248f879e557ca5663a514dcfab6b5a11731f46 /crates/whirl_db
parentdocs(whirl_server): remove outdated comment (diff)
downloadwhirl-272ad901917eeabeb34ab9bd7888e85f11dbf4a9.tar.xz
whirl-272ad901917eeabeb34ab9bd7888e85f11dbf4a9.zip
fix(deps): update rust crate diesel to 1.4.7
Diffstat (limited to 'crates/whirl_db')
-rw-r--r--crates/whirl_db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml
index 98567d6..35a0623 100644
--- a/crates/whirl_db/Cargo.toml
+++ b/crates/whirl_db/Cargo.toml
@@ -16,7 +16,7 @@ publish = false
[dependencies]
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }
-diesel = { version = "1.4.6", features = ["sqlite"] }
+diesel = { version = "1.4.7", features = ["sqlite"] }
# Environment
dotenv = "0.15.0"