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.21.3 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
25966c8c00
commit
007b9cfb34
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1377,9 +1377,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.21.2"
|
||||
version = "1.21.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2806eaa3524762875e21c3dcd057bc4b7bfa01ce4da8d46be1cd43649e1cc6b"
|
||||
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
|
||||
[[package]]
|
||||
name = "overload"
|
||||
|
@ -10,7 +10,7 @@ diesel = {version = "2.2.8", features = ["postgres"]}
|
||||
diesel_migrations = "2.2.0"
|
||||
lazy_static = "1.5.0"
|
||||
num_cpus = "1.16.0"
|
||||
once_cell = "1.21.2"
|
||||
once_cell = "1.21.3"
|
||||
regex = "1.11.1"
|
||||
reqwest = {version = "0.12.15", 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