mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Update Rust crate serde_json to 1.0.110
This commit is contained in:
parent
0af82af5ed
commit
ebfeb6a65b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1272,9 +1272,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.109"
|
||||
version = "1.0.110"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
|
||||
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -13,5 +13,5 @@ redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"
|
|||
regex = "1.10.2"
|
||||
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.194", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.109"
|
||||
serde_json = "1.0.110"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue