Skip to content

Commit cde78b8

Browse files
dependabot[bot]larsw
authored andcommitted
chore(deps): bump the rust-deps group across 1 directory with 2 updates
Bumps the rust-deps group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [anyhow](https://github.com/dtolnay/anyhow). Updates `clap` from 4.5.59 to 4.5.60 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.59...clap_complete-v4.5.60) Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edaa01c commit cde78b8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ categories = ["command-line-utilities", "text-processing"]
1414
oxttl = { version = "0.2.3", features = ["rdf-12"] }
1515
oxrdf = { version = "0.3.0-beta.2", features = ["rdf-12"] }
1616
colored = "3.1.1"
17-
clap = { version = "4.5.59", features = ["derive"] }
17+
clap = { version = "4.5.60", features = ["derive"] }
1818
clap_complete = "4.5.66"
19-
anyhow = "1.0.101"
19+
anyhow = "1.0.102"
2020
serde = { version = "1.0", features = ["derive"] }
2121
toml = "1.0.3"
2222
dirs = "6.0.0"

0 commit comments

Comments
 (0)