serde_json is common to (#3610)

integrations/actix
leptos/server
oco
server_fn

This is a defensive PR - Putting the crate definition into the root
workspcace makes it less likely to get difficult to trace version
slip bugs.

This does not help where sede_json is optional so care manual review
is required.
This commit is contained in:
martin frances
2025-02-15 18:24:07 +00:00
committed by GitHub
parent f975b8d33b
commit 37cf25fba5
5 changed files with 5 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ send_wrapper = "0.6"
serde = { version = "1.0" }
js-sys = { version = "0.3.74", optional = true }
wasm-bindgen = { version = "0.2.100", optional = true }
serde_json = { version = "1.0" }
serde_json = { workspace = true }
[features]
ssr = []