diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-20 22:44:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-20 22:44:03 +0000 |
| commit | 1dd112631200392872b930bfc29f56aa13e14e47 (patch) | |
| tree | fc5835732af74b0aa34010b1668a48042dc6a3d1 | |
| parent | Merge pull request #90 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| parent | fix(deps): update rust crate diesel to 1.4.8 (diff) | |
| download | archived-whirl-1dd112631200392872b930bfc29f56aa13e14e47.tar.xz archived-whirl-1dd112631200392872b930bfc29f56aa13e14e47.zip | |
Merge pull request #93 from Whirlsplash/renovate/diesel-1.x
fix(deps): update rust crate diesel to 1.4.8
| -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 b4fee55..5a39d1a 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] # Database libsqlite3-sys = { version = "0.9.1", features = ["bundled"] } -diesel = { version = "1.4.7", features = ["sqlite"] } +diesel = { version = "1.4.8", features = ["sqlite"] } # Environment dotenv = "0.15.0" |