Skip to content

Commit

Permalink
suiop: fix test to use axum v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jul 26, 2024
1 parent e3de950 commit 83b9cd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,460 deletions.
2 changes: 1 addition & 1 deletion crates/mysten-service-boilerplate/Cargo-ext.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.79"
axum = { version = "0.6.6", features = ["macros"] }
axum = { version = "0.7", features = ["macros"] }
mysten-service = { git = "https://github.com/mystenlabs/sui.git", branch = "main", package = "mysten-service" }
prometheus = "0.13.3"
tracing = "0.1.40"
Expand Down
Loading

0 comments on commit 83b9cd6

Please sign in to comment.