From fb58a8d0a695040f89e4e81e47ab5ec77fc227c5 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 5 Jun 2023 23:12:20 +0300 Subject: [PATCH] fix(cargo): fix phantom type dependency version (#150) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28712e59..fca9b836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ async-trait = "0.1" log = "0.4" hashbrown = "0.13" spin = "0.9" -phantom-type = { vestion = "0.4.2", default-features = false } +phantom-type = { version = "0.4.2", default-features = false } percent-encoding = { version = "2.1", default-features = false } base64 = { version = "0.21", features = ["alloc"], default-features = false } derive_builder = {version = "0.12", default-features = false }