fix(deps): update rust crate once_cell to 1.20.3 (#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-07 01:10:24 +00:00 committed by GitHub
parent 1511bb5dc0
commit 42fa2d5349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"}