diff options
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 1dbf275..a3c8ba4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -17,7 +17,7 @@ dotenv = "0.15.0" crc32fast = "1.2.0" base64 = "0.13.0" url = "2.2.0" -diesel = { version = "1.4.5", features = ["postgres", "r2d2"] } +diesel = { version = "1.4.6", features = ["postgres", "r2d2"] } diesel_migrations = "1.4.0" actix-files = "0.5.0" log = "0.4" |
