Skip to content

Commit 1602909

Browse files
Update Rust crate axum to 0.7.0
1 parent b793af5 commit 1602909

File tree

2 files changed

+51
-33
lines changed

2 files changed

+51
-33
lines changed

src/Cargo.lock

+50-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qos_host/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ qos_core = { path = "../qos_core", default-features = false }
99
qos_hex = { path = "../qos_hex", features = ["serde"], default-features = false }
1010

1111
# Third party
12-
axum = { version = "0.6.20", features = ["http1", "tokio", "json"], default-features = false }
12+
axum = { version = "0.7.0", features = ["http1", "tokio", "json"], default-features = false }
1313
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false }
1414
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1515
serde_json = { version = "1" }

0 commit comments

Comments
 (0)