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.115
This commit is contained in:
parent
0b6c7bcb74
commit
17c302ba87
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1399,9 +1399,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.114"
|
||||
version = "1.0.115"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
||||
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -17,5 +17,5 @@ reqwest = {version = "0.12.2", features = ["json", "rustls-tls", "gzip", "brotli
|
|||
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.197", features = ["derive"]}
|
||||
serde_json = "1.0.114"
|
||||
serde_json = "1.0.115"
|
||||
tokio = {version = "1", features = ["full"]}
|
||||
|
|
Loading…
Reference in a new issue