mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2025-04-29 16:20:28 +05:30
fix(deps): update rust crate once_cell to 1.21.1 (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
53e3a40075
commit
2138d3c360
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1377,9 +1377,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
version = "1.21.0"
|
version = "1.21.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
|
checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "overload"
|
name = "overload"
|
||||||
|
@ -10,7 +10,7 @@ diesel = {version = "2.2.8", features = ["postgres"]}
|
|||||||
diesel_migrations = "2.2.0"
|
diesel_migrations = "2.2.0"
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
num_cpus = "1.16.0"
|
num_cpus = "1.16.0"
|
||||||
once_cell = "1.21.0"
|
once_cell = "1.21.1"
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
reqwest = {version = "0.12.14", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
|
reqwest = {version = "0.12.14", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
|
||||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user