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

@@ -82,7 +82,7 @@ reqwest = { version = "0.11.23", features = ["json"] }
rusqlite = { version = "0.30", features = ["sqlcipher"] }
rust-hsluv = "0.1"
sanitize-filename = "0.5"
serde_json = "1.0"
serde_json = "1"
serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10"
sha2 = "0.10"