diff --git a/Cargo.lock b/Cargo.lock index 54be9d4..dc5afb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d6cdf7a..c98b0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["npm/*", "docs/*"] description = "A security privileged process for the OpenClaw ecosystem." [dependencies] -axum = "0.8.8" +axum = "0.8.9" tokio = { version = "1.51", features = ["full"] } reqwest = { version = "0.13.2", default-features = false, features = ["stream", "rustls", "form", "blocking", "json"] } rustls = { version = "0.23.37", default-features = false, features = ["ring", "std"] }