Update Rust crate serde to 1.0.175
This commit is contained in:
parent
658ea43cf3
commit
1c7735519e
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
anyhow = "1.0.72"
|
anyhow = "1.0.72"
|
||||||
serde = { version = "1.0.174", features = ["derive"] }
|
serde = { version = "1.0.175", features = ["derive"] }
|
||||||
serde_json = "1.0.103"
|
serde_json = "1.0.103"
|
||||||
schemars = "0.8.12"
|
schemars = "0.8.12"
|
||||||
tokio = { version = "1.29.1", features = ["full"] }
|
tokio = { version = "1.29.1", features = ["full"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user