diff --git a/Cargo.lock b/Cargo.lock index d86362f..ee02608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1359,9 +1359,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "overload" diff --git a/Cargo.toml b/Cargo.toml index 6137e66..5415866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ diesel = {version = "2.2.7", features = ["postgres"]} diesel_migrations = "2.2.0" lazy_static = "1.5.0" num_cpus = "1.16.0" -once_cell = "1.20.2" +once_cell = "1.20.3" regex = "1.11.1" reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} rocket = {git = "https://github.com/SergioBenitez/Rocket"}