diff --git a/runtime/attestor/Cargo.toml b/runtime/attestor/Cargo.toml index a76ec9cf..93b3b4a8 100644 --- a/runtime/attestor/Cargo.toml +++ b/runtime/attestor/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = { version = "1.0", features = ["full"] } -axum = "0.7" +axum = "0.8" tower = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6..2ef8de7c 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" md5 = "0.7" -axum = "0.7" +axum = "0.8" jsonschema = "0.17" once_cell = "1.19" metrics = "0.21"