Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 498594e commit 1792060
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 66 deletions.
119 changes: 54 additions & 65 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.5", features = ["http1", "tokio", "json"], default-features = false }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "0.10" }
serde_json = { version = "1" }
Expand Down

0 comments on commit 1792060

Please sign in to comment.