chore: fix typo
This commit is contained in:
parent
80d46a2e3c
commit
1a32339056
|
|
@ -13,7 +13,7 @@ serde = "1.0.195"
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde_repr = "0.1.18"
|
serde_repr = "0.1.18"
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0.56"
|
||||||
reqwest = { worspace = true, features = ["stream"] }
|
reqwest = { workspace = true, features = ["stream"] }
|
||||||
uuid = { version = "1.6.1", features = ["v4"] }
|
uuid = { version = "1.6.1", features = ["v4"] }
|
||||||
gotrue-entity = { path = "../gotrue-entity" }
|
gotrue-entity = { path = "../gotrue-entity" }
|
||||||
database-entity.workspace = true
|
database-entity.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue