Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent b53ffb1 commit 16928a9
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 @@ -31,7 +31,7 @@ serde_json = { version = "1.0.116", optional = true }
opentelemetry_api = { version = "0.20.0", features = ["testing"], optional = true }
rand = { version = "0.8.5", optional = true }
tower = { version = "0.5", optional = true }
axum = { version = "0.7.5", optional = true }
axum = { version = "0.8.0", optional = true }
pin-project-lite = { version = "0.2", optional = true }
futures-util = { version = "0.3", default-features = false, features = [], optional = true }
hyper = { package = "hyper", version = "1.3", default-features = false, features = ["http1", "client"] }
Expand Down

0 comments on commit 16928a9

Please sign in to comment.