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"