fix: typo in workspace dependency

This commit is contained in:
Jakub Panek 2024-03-25 01:16:41 +01:00 committed by GitHub
parent 987bfb8b28
commit b9f1382f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ rayon = { version = "1.8.0" }
regex = { version = "1.10.2" }
reqwest = { version = "0.11", features = ["blocking", "json", "socks"] }
serde = { version = "1.0" }
serde_json = { verison = "1.0" }
serde_json = { version = "1.0" }
smallvec = { version = "1.13.1" }
strum = { version = "0.21.0" }
strum_macros = { version = "0.21.1" }