Skip to content

Commit

Permalink
chore(deps): update axum monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 77dc51c commit 9c9d8d5
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 16 deletions.
82 changes: 68 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opt-level = 3
[workspace.dependencies]
clap = "4.4.3"
lazy_static = "1.4.0"
axum = { version = "0.7.9", default-features = false, features = [
axum = { version = "0.8.0", default-features = false, features = [
"tokio",
"http1",
"http2",
Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tower-http = { version = "0.6.2", features = [
"trace",
] }
autometrics = { version = "1.0.1", features = ["prometheus-exporter"] }
axum-extra = { version = "0.9.3", features = [
axum-extra = { version = "0.10.0", features = [
"typed-header",
], default-features = false }
tokio-util = "0.7.10"
Expand Down

0 comments on commit 9c9d8d5

Please sign in to comment.