Update Rust crate serde to 1.0.189
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m14s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m14s
This commit is contained in:
parent
6a7b7a5781
commit
5054949a01
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" }
|
||||
|
||||
# networking
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue