mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
fix(deps): update rust crate serde_json to 1.0.107
This commit is contained in:
parent
90a521c7a4
commit
14e27b7913
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1302,9 +1302,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.106"
|
||||
version = "1.0.107"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
|
||||
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -17,5 +17,5 @@ reqwest = {version = "0.11.20", 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.188", features = ["derive"]}
|
||||
serde_json = "1.0.106"
|
||||
serde_json = "1.0.107"
|
||||
tokio = {version = "1", features = ["full"]}
|
||||
|
|
Loading…
Reference in a new issue