Skip to content

Commit

Permalink
chore(deps): update rust crate axum to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent a213a84 commit bb9d60b
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 @@ -19,7 +19,7 @@ http = { version = "0.2", optional = true }
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
axum = { version = "0.6", default-features = false, features = ["query"] }
axum = { version = "0.7.5", default-features = false, features = ["query"] }
serde_json = "1"
serde_urlencoded = "0.7"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
Expand Down

0 comments on commit bb9d60b

Please sign in to comment.