chore(deps): update rust crate ego-tree to 0.11.0

This commit is contained in:
renovate[bot] 2026-02-01 02:22:56 +00:00 committed by GitHub
parent 2e1b749ccd
commit 13c560f478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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"