diff options
| author | Fuwn <[email protected]> | 2021-06-08 03:26:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-08 03:26:17 +0000 |
| commit | a1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1 (patch) | |
| tree | 3969c36eb4eca05c954f85feccece140b81d1ae2 | |
| parent | feat(whirl): conditional sub-server spawning via cli (diff) | |
| parent | Merge pull request #41 from Whirlsplash/renovate/diesel-1.x (diff) | |
| download | whirl-a1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1.tar.xz whirl-a1bfd13fb2c1e632a4ff150e0a1bde75ac3f5fd1.zip | |
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 2 |
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" |