diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index e386d55..6cf233d 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -18,7 +18,7 @@ dotenv = "0.15.0" # Logging log = "0.4.14" -flexi_logger = "0.19.3" +flexi_logger = "0.19.4" human-panic = "1.0.3" # simple-error = "0.2.3" 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" |