Skip to content

Commit

Permalink
Update Rust crate axum to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 0356f71 commit be8c669
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 33 deletions.
82 changes: 50 additions & 32 deletions src/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 src/qos_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ qos_core = { path = "../qos_core", default-features = false }
qos_hex = { path = "../qos_hex", features = ["serde"], default-features = false }

# Third party
axum = { version = "0.6.20", features = ["http1", "tokio", "json"], default-features = false }
axum = { version = "0.7.0", features = ["http1", "tokio", "json"], default-features = false }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
serde_json = { version = "1" }
Expand Down

0 comments on commit be8c669

Please sign in to comment.