Skip to content

Commit 0dcd60e

Browse files
Update axum requirement from 0.7 to 0.8
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b75e1aa commit 0dcd60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper_axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2525
subscriptions = ["axum/ws", "juniper_graphql_ws/graphql-ws", "dep:futures"]
2626

2727
[dependencies]
28-
axum = { version = "0.7", features = ["json", "query"], default-features = false }
28+
axum = { version = "0.8", features = ["json", "query"], default-features = false }
2929
futures = { version = "0.3.22", optional = true }
3030
juniper = { version = "0.16", path = "../juniper", default-features = false }
3131
juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", features = ["graphql-transport-ws"] }
@@ -38,7 +38,7 @@ bytes = "1.2"
3838

3939
[dev-dependencies]
4040
anyhow = "1.0"
41-
axum = { version = "0.7", features = ["http1", "macros", "tokio"] }
41+
axum = { version = "0.8", features = ["http1", "macros", "tokio"] }
4242
futures = "0.3.22"
4343
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
4444
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)