Skip to content

Commit

Permalink
fix(deps): update rust crate axum-core to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent a213a84 commit ea78060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = ["wafflehacks"]
[dependencies]
async-graphql = { version = "6.0", default-features = false, optional = true }
async-trait = { version = "0.1", optional = true }
axum-core = { version = "0.3", default-features = false, optional = true }
axum-core = { version = "0.4.3", default-features = false, optional = true }
headers = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit ea78060

Please sign in to comment.