From 1a32339056908e3b0417587dda4e9d3867ca6560 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 27 May 2024 17:08:47 +0800 Subject: [PATCH] chore: fix typo --- libs/shared-entity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/shared-entity/Cargo.toml b/libs/shared-entity/Cargo.toml index e83fe663..27cfd819 100644 --- a/libs/shared-entity/Cargo.toml +++ b/libs/shared-entity/Cargo.toml @@ -13,7 +13,7 @@ serde = "1.0.195" serde_json.workspace = true serde_repr = "0.1.18" thiserror = "1.0.56" -reqwest = { worspace = true, features = ["stream"] } +reqwest = { workspace = true, features = ["stream"] } uuid = { version = "1.6.1", features = ["v4"] } gotrue-entity = { path = "../gotrue-entity" } database-entity.workspace = true