mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2025-04-29 00:00:28 +05:30
fix(deps): update rust crate serde_json to 1.0.136 (#225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
16be972547
commit
8bc9e1422e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2145,9 +2145,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.135"
|
version = "1.0.136"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
|
checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -16,5 +16,5 @@ reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotl
|
|||||||
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
|
||||||
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
|
||||||
serde = {version = "1.0.217", features = ["derive"]}
|
serde = {version = "1.0.217", features = ["derive"]}
|
||||||
serde_json = "1.0.135"
|
serde_json = "1.0.136"
|
||||||
tokio = {version = "1.43.0", features = ["full"]}
|
tokio = {version = "1.43.0", features = ["full"]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user