Skip to content

Commit

Permalink
Update axum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 7, 2025
1 parent 01d587f commit 7aa0415
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
29 changes: 6 additions & 23 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.8.4"
edition = "2021"

[dependencies]
axum = "0.7.9"
axum = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42", features = [
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
axum = "0.7.9"
axum = "0.8.1"
tower-http = {version = "0.6.2", features = ["trace"]}
hex = "0.4.3"
thiserror = "2.0.9"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clap = { version = "4.5.23", features = ["derive"] }
hex = "0.4.3"
mockall = "0.13.1"
sysinfo = "0.33.1"
axum = "0.7.9"
axum = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.12.0", features = ["hex"] }
Expand Down

0 comments on commit 7aa0415

Please sign in to comment.