From 13c560f47862d130c899e4b539d11e940ac5550a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:22:56 +0000 Subject: [PATCH] chore(deps): update rust crate ego-tree to 0.11.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3adfcbb779..a3a1747922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,9 +401,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "ego-tree" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" +checksum = "b04dc5a38e4f151a79d9f2451ae6037fb6eaf5cba34771f44781f80e508498e3" [[package]] name = "elasticlunr-rs" diff --git a/Cargo.toml b/Cargo.toml index d4d19e6267..4c770388b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = "1.0.100" axum = "0.8.8" clap = { version = "4.5.56", features = ["cargo", "wrap_help"] } clap_complete = "4.5.65" -ego-tree = "0.10.0" +ego-tree = "0.11.0" elasticlunr-rs = "3.0.2" font-awesome-as-a-crate = "0.3.0" futures-util = "0.3.31"