aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-08 03:26:17 +0000
committerFuwn <[email protected]>2021-06-08 03:26:17 +0000
commita1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1 (patch)
tree3969c36eb4eca05c954f85feccece140b81d1ae2
parentfeat(whirl): conditional sub-server spawning via cli (diff)
parentMerge pull request #41 from Whirlsplash/renovate/diesel-1.x (diff)
downloadwhirl-a1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1.tar.xz
whirl-a1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1.zip
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
-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 d28a822..b64db0f 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"