Update Rust crate serde to 1.0.185
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 3m20s

This commit is contained in:
RenovateBot 2023-08-22 02:04:51 +02:00
parent 6e6a03d030
commit 0dca4e1532

View file

@ -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.183", features = ["derive"] } serde = { version = "1.0.185", features = ["derive"] }