From 2ff35a34a684cff60ab22b1bf16a6c55095eadfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 09:03:04 +0000 Subject: [PATCH] deps(cargo): bump iri-string in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [iri-string](https://github.com/lo48576/iri-string). Updates `iri-string` from 0.7.10 to 0.7.11 - [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md) - [Commits](https://github.com/lo48576/iri-string/compare/v0.7.10...v0.7.11) --- updated-dependencies: - dependency-name: iri-string dependency-version: 0.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sectxtlib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd0c2cb..2c16108 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,9 +777,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "iri-string" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" +checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" dependencies = [ "memchr", "serde", diff --git a/sectxtlib/Cargo.toml b/sectxtlib/Cargo.toml index a9c4b97..9886e10 100644 --- a/sectxtlib/Cargo.toml +++ b/sectxtlib/Cargo.toml @@ -11,7 +11,7 @@ license = "ISC" [dependencies] chrono = ">=0.4.20" -iri-string = "0.7.10" +iri-string = "0.7.11" nom = ">=5.1.2, <9" oxilangtag = "0.1.5" thiserror = "2.0"