Skip to content

Commit

Permalink
Update axum to fix audit failure.
Browse files Browse the repository at this point in the history
Note that the failure doesn't affect the safety package because it's
a `dev-dependency` that is used only for testing against a controlled client.
  • Loading branch information
alvra committed Sep 19, 2022
1 parent 0f41146 commit dce1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -24,4 +24,4 @@ paste = "1.0.6"
serde = { version = "1.0.136", default-features = false, features = ["derive"] }
tokio = { version = "1.16.1", features = ["rt", "macros"] }
tokio-test = "0.4.2"
axum = { version = "0.4.5", default-features = false, features = ["headers"] }
axum = { version = "0.5.16", default-features = false, features = ["headers", "query"] }

0 comments on commit dce1891

Please sign in to comment.