From b9f1382f858c4113331df3cefd1057e3e5b5e0df Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Mon, 25 Mar 2024 01:16:41 +0100 Subject: [PATCH] fix: typo in workspace dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49a5db4f..9ad33cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }