mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
Update Rust crate num_cpus to 1.14.0
This commit is contained in:
parent
bfe0fd2b0f
commit
8db2aafef8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -796,9 +796,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "num_cpus"
|
||||
version = "1.13.1"
|
||||
version = "1.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
||||
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
||||
dependencies = [
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
|
@ -10,7 +10,7 @@ diesel = {version = "2.0.2", features = ["postgres"]}
|
||||
diesel_logger = "0.2.0"
|
||||
diesel_migrations = "2.0.0"
|
||||
lazy_static = "1.4.0"
|
||||
num_cpus = "1.13.1"
|
||||
num_cpus = "1.14.0"
|
||||
regex = "1.6.0"
|
||||
reqwest = {version = "0.11.12", features = ["json", "rustls-tls", "gzip", "brotli"]}
|
||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||
|
Loading…
Reference in New Issue
Block a user