Update all dependencies

This commit is contained in:
2023-05-25 05:18:45 +00:00
parent 8c18ad8e2b
commit 61aff908c6
7 changed files with 542 additions and 177 deletions

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = { version = "4.0.16", features = ["uuid"] }
anyhow = "1.0.66"
async-graphql = { version = "5.0.9", features = ["uuid"] }
anyhow = "1.0.71"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.89"
uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] }
serde_json = "1.0.96"
uuid = { version = "1.3.3", features = ["v4", "fast-rng", "serde"] }