Update Rust crate serde to 1.0.171
This commit is contained in:
parent
6f9353cac1
commit
8ec4eb64f4
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
|
|||
reprc_proc_macro = { path = "src/reprc_proc_macro" }
|
||||
|
||||
# networking
|
||||
serde = { version = "1.0.167", features = ["derive"] }
|
||||
serde = { version = "1.0.171", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue