@@ -27,7 +27,7 @@ license = "MIT"
2727repository = " https://github.com/Dastari/graphql-orm"
2828
2929[workspace .dependencies ]
30- agql-auth = { git = " https://github.com/Dastari/agql-auth.git" , rev = " b792241b7d9bb46bad81dde4534ae5b39857f614 " , version = " 0.17.1 " }
30+ agql-auth = { git = " https://github.com/Dastari/agql-auth.git" , rev = " 527d15d28e3c295a6f6b5e6d74559a7aecdc1322 " , version = " 0.18.0 " }
3131arc-swap = " 1.7"
3232async-graphql = { version = " 7" , features = [" dataloader" , " uuid" ] }
3333async-graphql-parser = " 7"
@@ -37,7 +37,7 @@ cynic-parser = { version = "=0.11.2", features = ["pretty"] }
3737futures = " 0.3"
3838getrandom = " 0.3"
3939graphql-composition = " =0.12.2"
40- graphql-orm = { path = " crates/graphql-orm" , version = " 0.25.1 " , default-features = false }
40+ graphql-orm = { path = " crates/graphql-orm" , version = " 0.26.0 " , default-features = false }
4141graphql-orm-ai-tool-profiles = { path = " crates/graphql-orm-ai-tool-profiles" , version = " 0.9.0" }
4242graphql-orm-backup = { path = " crates/graphql-orm-backup" , version = " 0.7.1" , default-features = false }
4343graphql-orm-operation-catalog = { path = " crates/graphql-orm-operation-catalog" , version = " 0.3.0" }
@@ -62,5 +62,6 @@ thiserror = "2"
6262tokio = { version = " 1" }
6363tokio-stream = { version = " 0.1" , features = [" sync" ] }
6464tokio-util = { version = " 0.7" , features = [" compat" ] }
65+ tracing = " 0.1"
6566uuid = { version = " 1" , features = [" v4" ] }
6667url = " 2"
0 commit comments