From c31b1e84388b24bbcedfe84308b07c698e6c4b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:29:40 +0000 Subject: [PATCH] deps(deps): bump ego-tree from 0.6.3 to 0.10.0 in /nexus-lite Bumps [ego-tree](https://github.com/rust-scraper/ego-tree) from 0.6.3 to 0.10.0. - [Release notes](https://github.com/rust-scraper/ego-tree/releases) - [Commits](https://github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.10.0) --- updated-dependencies: - dependency-name: ego-tree dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nexus-lite/Cargo.lock | 2 +- nexus-lite/nexus-engine/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nexus-lite/Cargo.lock b/nexus-lite/Cargo.lock index 6aa965a..29bdfcf 100644 --- a/nexus-lite/Cargo.lock +++ b/nexus-lite/Cargo.lock @@ -2839,7 +2839,7 @@ dependencies = [ "chrono", "cloudscraper-rs", "dashmap", - "ego-tree 0.6.3", + "ego-tree 0.10.0", "encoding_rs", "futures-util", "headless_chrome", diff --git a/nexus-lite/nexus-engine/Cargo.toml b/nexus-lite/nexus-engine/Cargo.toml index 70c48c2..c10614e 100644 --- a/nexus-lite/nexus-engine/Cargo.toml +++ b/nexus-lite/nexus-engine/Cargo.toml @@ -30,7 +30,7 @@ scraper = "0.25" readability-rust = "0.1" lol_html = "1.1" kuchiki = "0.8" -ego-tree = "0.6" +ego-tree = "0.10" # JSON Path jsonpath-rust = "1.0"