fix(deps): update rust crate uuid to 1.2.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is failing

This commit is contained in:
2022-10-26 09:58:03 +00:00
parent fe33018847
commit 9500fc2222
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
async-graphql = "4.0.6"
axum = "0.5.13"
tokio = {version="1.20.1", features=["full"]}
uuid = {version="1.1.2", features=["v4", "fast-rng"]}
uuid = {version="1.2.1", features=["v4", "fast-rng"]}
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.60"
dotenv = "0.15.0"