Update Rust crate serde to 1.0.193
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m42s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m42s
This commit is contained in:
parent
df1e8456c9
commit
7b5a0a8a1b
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.192", features = ["derive"] }
|
serde = { version = "1.0.193", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue