From b66d7bd6985c85b9474a871bf8ddcb357e1eb23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 09:03:17 +0000 Subject: [PATCH] deps(cargo): bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [oxilangtag](https://github.com/oxigraph/oxilangtag). Updates `reqwest` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4) Updates `oxilangtag` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/oxigraph/oxilangtag/releases) - [Changelog](https://github.com/oxigraph/oxilangtag/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxilangtag/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: oxilangtag dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- sectxtbin/Cargo.toml | 2 +- sectxtlib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a52328..810a647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,9 +1042,9 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "oxilangtag" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb" +checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f" dependencies = [ "serde", ] @@ -1229,9 +1229,9 @@ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/sectxtbin/Cargo.toml b/sectxtbin/Cargo.toml index 46425b3..4eba2f6 100644 --- a/sectxtbin/Cargo.toml +++ b/sectxtbin/Cargo.toml @@ -16,7 +16,7 @@ argh = "0.1.19" futures = "0.3.32" human-panic = "2.0.8" lazy_static = "1.5.0" -reqwest = "0.13.3" +reqwest = "0.13.4" tracing = "0.1.44" tracing-subscriber = { version = ">=0.3.20", features = ["env-filter", "json", "valuable"] } url = "2.5.8" diff --git a/sectxtlib/Cargo.toml b/sectxtlib/Cargo.toml index 2219c01..d11b28e 100644 --- a/sectxtlib/Cargo.toml +++ b/sectxtlib/Cargo.toml @@ -13,6 +13,6 @@ license = "ISC" chrono = ">=0.4.20" iri-string = "0.7.12" nom = ">=5.1.2, <9" -oxilangtag = "0.1.5" +oxilangtag = "0.1.6" thiserror = "2.0" valuable = { version = "0.1.1", features = ["derive"] }