|
|
@@ -411,7 +411,7 @@ dependencies = [
|
|
|
"affinity",
|
|
|
"agave-thread-manager",
|
|
|
"anyhow",
|
|
|
- "axum 0.7.9",
|
|
|
+ "axum 0.8.6",
|
|
|
"cfg-if 1.0.4",
|
|
|
"env_logger",
|
|
|
"hyper 0.14.32",
|
|
|
@@ -1129,7 +1129,7 @@ dependencies = [
|
|
|
"http-body 0.4.5",
|
|
|
"hyper 0.14.32",
|
|
|
"itoa",
|
|
|
- "matchit",
|
|
|
+ "matchit 0.7.0",
|
|
|
"memchr",
|
|
|
"mime",
|
|
|
"percent-encoding 2.3.2",
|
|
|
@@ -1144,13 +1144,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "axum"
|
|
|
-version = "0.7.9"
|
|
|
+version = "0.8.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
|
|
+checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
|
|
|
dependencies = [
|
|
|
- "async-trait",
|
|
|
- "axum-core 0.4.5",
|
|
|
+ "axum-core 0.5.5",
|
|
|
"bytes",
|
|
|
+ "form_urlencoded",
|
|
|
"futures-util",
|
|
|
"http 1.1.0",
|
|
|
"http-body 1.0.1",
|
|
|
@@ -1158,13 +1158,12 @@ dependencies = [
|
|
|
"hyper 1.6.0",
|
|
|
"hyper-util",
|
|
|
"itoa",
|
|
|
- "matchit",
|
|
|
+ "matchit 0.8.4",
|
|
|
"memchr",
|
|
|
"mime",
|
|
|
"percent-encoding 2.3.2",
|
|
|
"pin-project-lite",
|
|
|
- "rustversion",
|
|
|
- "serde",
|
|
|
+ "serde_core",
|
|
|
"serde_json",
|
|
|
"serde_path_to_error",
|
|
|
"serde_urlencoded",
|
|
|
@@ -1195,19 +1194,17 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "axum-core"
|
|
|
-version = "0.4.5"
|
|
|
+version = "0.5.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
|
|
+checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
|
|
dependencies = [
|
|
|
- "async-trait",
|
|
|
"bytes",
|
|
|
- "futures-util",
|
|
|
+ "futures-core",
|
|
|
"http 1.1.0",
|
|
|
"http-body 1.0.1",
|
|
|
"http-body-util",
|
|
|
"mime",
|
|
|
"pin-project-lite",
|
|
|
- "rustversion",
|
|
|
"sync_wrapper 1.0.2",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
|
@@ -4520,6 +4517,12 @@ version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "matchit"
|
|
|
+version = "0.8.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "memchr"
|
|
|
version = "2.6.3"
|