Skip to content

Commit 27497f6

Browse files
committed
Merge branch 'main' into feat/allow_override_user
2 parents 3afd3e3 + 3207d23 commit 27497f6

File tree

11 files changed

+407
-350
lines changed

11 files changed

+407
-350
lines changed

Cargo.lock

Lines changed: 46 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ version = "1.7.1"
6868

6969
# GraphQL server
7070
[workspace.dependencies.async-graphql]
71-
version = "7.0.16"
71+
version = "7.0.17"
7272
default-features = false
7373
features = ["chrono", "url", "tracing", "playground"]
7474

@@ -153,7 +153,7 @@ features = ["std", "dashmap", "quanta"]
153153

154154
# HTTP headers
155155
[workspace.dependencies.headers]
156-
version = "0.4.0"
156+
version = "0.4.1"
157157

158158
# Hex encoding and decoding
159159
[workspace.dependencies.hex]
@@ -178,7 +178,7 @@ features = ["client", "http1", "http2"]
178178

179179
# Additional Hyper utilties
180180
[workspace.dependencies.hyper-util]
181-
version = "0.1.11"
181+
version = "0.1.13"
182182
features = [
183183
"client",
184184
"server",
@@ -350,7 +350,7 @@ features = ["preserve_order"]
350350

351351
# SQL database support
352352
[workspace.dependencies.sqlx]
353-
version = "0.8.5"
353+
version = "0.8.6"
354354
features = [
355355
"runtime-tokio",
356356
"tls-rustls-aws-lc-rs",
@@ -371,7 +371,7 @@ version = "0.2.1"
371371

372372
# Async runtime
373373
[workspace.dependencies.tokio]
374-
version = "1.45.0"
374+
version = "1.45.1"
375375
features = ["full"]
376376

377377
[workspace.dependencies.tokio-stream]

0 commit comments

Comments
 (0)