Update Rust crate serde to 1.0.188
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m29s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m29s
This commit is contained in:
parent
33eca4e0a2
commit
d77c89cd7d
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
serde = { version = "1.0.187", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue