mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
fix(deps): update rust crate serde_json to 1.0.108
This commit is contained in:
parent
5733a471d9
commit
a23a7384a1
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1319,9 +1319,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.107"
|
||||
version = "1.0.108"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
||||
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -17,5 +17,5 @@ reqwest = {version = "0.11.22", features = ["json", "rustls-tls", "gzip", "brotl
|
||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
||||
serde = {version = "1.0.190", features = ["derive"]}
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.108"
|
||||
tokio = {version = "1", features = ["full"]}
|
||||
|
Loading…
Reference in New Issue
Block a user