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

@@ -17,7 +17,7 @@ anyhow = "1"
env_logger = { version = "0.10.0" }
futures-lite = "2.0.0"
log = "0.4"
serde_json = "1.0.105"
serde_json = "1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.33.0", features = ["io-std"] }
tokio-util = "0.7.9"