Skip to content

Commit f4a4df1

Browse files
deps(cargo): bump the cargo-dependencies group with 2 updates (#45)
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](seanmonstar/reqwest@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](oxigraph/oxilangtag@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54ba01a commit f4a4df1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sectxtbin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ argh = "0.1.19"
1616
futures = "0.3.32"
1717
human-panic = "2.0.8"
1818
lazy_static = "1.5.0"
19-
reqwest = "0.13.3"
19+
reqwest = "0.13.4"
2020
tracing = "0.1.44"
2121
tracing-subscriber = { version = ">=0.3.20", features = ["env-filter", "json", "valuable"] }
2222
url = "2.5.8"

sectxtlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ license = "ISC"
1313
chrono = ">=0.4.20"
1414
iri-string = "0.7.12"
1515
nom = ">=5.1.2, <9"
16-
oxilangtag = "0.1.5"
16+
oxilangtag = "0.1.6"
1717
thiserror = "2.0"
1818
valuable = { version = "0.1.1", features = ["derive"] }

0 commit comments

Comments
 (0)