mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2025-04-28 07:40:28 +05:30
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:
parent
1511bb5dc0
commit
42fa2d5349
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user