Update Rust crate serde to 1.0.186
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m53s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m53s
This commit is contained in:
parent
650ed2763a
commit
8e5f3340e5
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.185", features = ["derive"] }
|
serde = { version = "1.0.186", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue