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.109
This commit is contained in:
parent
a7b51d0b41
commit
d0a1d0ad91
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||||
serde = {version = "1.0.193", default-features = false, features = ["derive"]}
|
serde = {version = "1.0.193", default-features = false, features = ["derive"]}
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.109"
|
||||||
tokio = { version = "1.35.1", features = ["full"] }
|
tokio = { version = "1.35.1", features = ["full"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue