Update Rust crate serde to 1.0.176

This commit is contained in:
RenovateBot 2023-07-27 02:04:10 +02:00
parent 3a4a0b1613
commit b6ec4705f8

View file

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