feat: fix deps

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-08 21:58:58 +02:00
parent 00f5c58e39
commit ff354f0ccb
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 717 additions and 543 deletions

1258
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ anyhow = { version = "1.0.81" }
serde = { workspace = true }
chrono = { workspace = true }
uuid = { workspace = true, features = ["v4", "wasm-bindgen", "js", "serde"] }
uuid = { workspace = true, features = ["v4", "js", "serde"] }
graphql_client = { version = "0.14.0", features = ["reqwest"] }
reqwasm = "0.5.0"
serde_json = "1.0.115"