Bump seaography

This commit is contained in:
Billy Chan 2024-10-17 15:21:20 +08:00
parent 0dd2b2290a
commit 72b1570591
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ include_dir = "0.7"
uuid = { version = "1.6.0", features = ["v4"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
async-graphql-axum = { version = "7.0" }
lazy_static = { version = "1.4" }

View File

@ -26,7 +26,7 @@ include_dir = "0.7"
uuid = { version = "1.6.0", features = ["v4"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
async-graphql = { version = "7.0", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] }
async-graphql-axum = { version = "7.0" }
lazy_static = { version = "1.4" }

View File

@ -15,7 +15,7 @@ tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.17" }
lazy_static = { version = "1.4.0" }
seaography = { version = "1.1.0-rc.1", features = ["with-decimal", "with-chrono"] }
seaography = { version = "1.1.0", features = ["with-decimal", "with-chrono"] }
[dev-dependencies]
serde_json = { version = "1.0.103" }