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

This commit is contained in:
RenovateBot 2024-01-27 02:06:08 +01:00
parent 7113c36e94
commit 4c5a32612d

View file

@ -13,4 +13,4 @@ anyhow = { version = "1.0.79", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" } reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking # networking
serde = { version = "1.0.195", features = ["derive"] } serde = { version = "1.0.196", features = ["derive"] }