Die Tabellen Benutzer, Rollen und Gruppen hinzugefügt
This commit is contained in:
21
Cargo.toml
21
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-graphql = { version = "7.0.5", default-features = false, features = [
|
||||
async-graphql = { version = "7.0.11", default-features = false, features = [
|
||||
"chrono",
|
||||
"uuid",
|
||||
'dataloader',
|
||||
@@ -13,7 +13,7 @@ async-graphql = { version = "7.0.5", default-features = false, features = [
|
||||
'playground',
|
||||
] }
|
||||
axum = { version = "0.7.5", features = ["macros"] }
|
||||
sqlx = { version = "0.7.4", features = [
|
||||
sqlx = { version = "0.8.2", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"uuid",
|
||||
"postgres",
|
||||
@@ -21,19 +21,20 @@ sqlx = { version = "0.7.4", features = [
|
||||
"macros",
|
||||
] }
|
||||
anyhow = "1.0.86"
|
||||
async-graphql-axum = "7.0.6"
|
||||
async-graphql-axum = "7.0.11"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
dotenv = "0.15.0"
|
||||
envy = "0.4.2"
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
serde = "1.0.203"
|
||||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
||||
env_logger = "0.11.4"
|
||||
log = "0.4.22"
|
||||
serde = "1.0.215"
|
||||
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
# UUID
|
||||
uuid = { version = "1.8.0", features = ["serde", "v4"] }
|
||||
ulid = { version = "1.1.2", features = ["uuid"] }
|
||||
uuid = { version = "1.11.0", features = ["serde", "v4"] }
|
||||
ulid = { version = "1.1.3", features = ["uuid"] }
|
||||
|
||||
# Logging
|
||||
tracing = "0.1.40"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
|
||||
tracing-appender = "0.2.3"
|
||||
|
||||
Reference in New Issue
Block a user