From d1693871858f1e0feee0ad3d50dd7e3703526a70 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Mon, 5 Jun 2023 20:40:15 +0300 Subject: [PATCH] fix(cargo): fix phantom type dependency version --- 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 }