diff --git a/Cargo.toml b/Cargo.toml index 02a512c..afb2017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [dependencies] diesel = {version = "2.1.6", features = ["postgres"]} diesel_migrations = "2.2.0" -lazy_static = "1.4.0" +lazy_static = "1.5.0" num_cpus = "1.16.0" once_cell = "1.20.2" regex = "1.10.4"