chore: remove minor version from serde_json spec

This commit is contained in:
link2xt
2024-01-04 16:06:33 +00:00
parent 941cf38a3e
commit b7c34b7794
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ tempfile = "3.9.0"
log = "0.4"
async-channel = { version = "2.0.0" }
futures = { version = "0.3.30" }
serde_json = "1.0.105"
serde_json = "1"
yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] }
typescript-type-def = { version = "0.5.8", features = ["json_value"] }
tokio = { version = "1.33.0" }