diff options
| author | Fuwn <[email protected]> | 2021-06-08 01:20:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-08 01:20:29 -0700 |
| commit | 07f3e3872fa4061da4fdc32f525dd02180ecb210 (patch) | |
| tree | 6d248f879e557ca5663a514dcfab6b5a11731f46 | |
| parent | docs(whirl_server): remove outdated comment (diff) | |
| parent | fix(deps): update rust crate diesel to 1.4.7 (diff) | |
| download | whirl-07f3e3872fa4061da4fdc32f525dd02180ecb210.tar.xz whirl-07f3e3872fa4061da4fdc32f525dd02180ecb210.zip | |
Merge pull request #41 from Whirlsplash/renovate/diesel-1.x
| -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 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" |