diff --git a/Cargo.toml b/Cargo.toml index b22a647..76a502b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = "0.4.31" clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] } cookie = { version = "0.18.1" } -crc32c = "0.6.4" +crc32c = "0.6.5" diesel = { version = "2.1.5", features = ["postgres"] } diesel_migrations = { version = "2.1.0" } dirs = "5.0.1"