From f68002ac50ea2be069d0b5cee0a0636ba89a1bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 19:42:46 +0000 Subject: [PATCH] chore(deps): update scraper requirement in /tools/text2cbor Updates the requirements on [scraper](https://github.com/rust-scraper/scraper) to permit the latest version. - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.27.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/text2cbor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tools/text2cbor/Cargo.toml diff --git a/tools/text2cbor/Cargo.toml b/tools/text2cbor/Cargo.toml old mode 100755 new mode 100644 index 6d939b4..e611fcc --- a/tools/text2cbor/Cargo.toml +++ b/tools/text2cbor/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" ciborium = "0.2" sha2 = "0.10" hex = "0.4" -scraper = "0.22" +scraper = "0.27" clap = { version = "4", features = ["derive"] } walkdir = "2" serde = { version = "1", features = ["derive"] }