diff --git a/Cargo.lock b/Cargo.lock index aa847cd292..7f4d65d8ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ "affinity", "agave-thread-manager", "anyhow", - "axum 0.8.6", + "axum 0.8.8", "cfg-if 1.0.4", "env_logger", "hyper 0.14.32", @@ -1233,9 +1233,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" dependencies = [ "axum-core 0.5.5", "bytes", @@ -1430,7 +1430,7 @@ dependencies = [ "agave-feature-set", "agave-logger", "anyhow", - "axum 0.8.6", + "axum 0.8.8", "clap 2.33.3", "log", "serde", @@ -1522,7 +1522,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.13.0", "proc-macro2", "quote", "regex", diff --git a/Cargo.toml b/Cargo.toml index de3e15bf2f..234b6075af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ assert_matches = "1.5.0" async-lock = "3.4.1" async-trait = "0.1.89" atty = "0.2.11" -axum = "0.8.6" +axum = "0.8.8" aya = "0.13" aya-ebpf = "0.1.1" backoff = "0.4.0"