Update Rust crate serde to 1.0.190
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m22s

This commit is contained in:
RenovateBot 2023-10-27 02:05:28 +02:00
parent 8e7a3e8cb6
commit 45e3475412

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