fix duplicate serde dependancy

This commit is contained in:
ealmloff 2024-01-08 13:30:08 -06:00 committed by GitHub
parent b180b501f7
commit 01c2691953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ tower-http = { version = "0.4.0", optional = true, features = ["fs", "compressio
# salvo
salvo = { version = "0.63.0", optional = true, features = ["serve-static", "websocket", "compression"] }
http-body-util = { version = "0.1.0-rc.2", optional = true }
serde = "1.0.159"
# Dioxus + SSR
dioxus = { workspace = true }