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.106
This commit is contained in:
parent
b5e757f830
commit
c8b694784b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1241,9 +1241,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.105"
|
||||
version = "1.0.106"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||||
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -13,5 +13,5 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp"
|
|||
regex = "1.9.5"
|
||||
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.188", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.105"
|
||||
serde_json = "1.0.106"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue