diff options
| author | Renovate Bot <[email protected]> | 2021-06-08 08:16:01 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-08 08:16:01 +0000 |
| commit | ba7dbc526ab352da88ea106f3b4423e7debd4245 (patch) | |
| tree | 2a589f0c5ae320414eda82834f4b628d2cbc58f6 | |
| parent | docs(whirl_server): remove outdated comment (diff) | |
| download | whirl-ba7dbc526ab352da88ea106f3b4423e7debd4245.tar.xz whirl-ba7dbc526ab352da88ea106f3b4423e7debd4245.zip | |
fix(deps): update rust crate diesel to 1.4.7
| -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" |