Skip to content

Commit 5e9fd61

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.55 to 4.5.57 - [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.55...clap_complete-v4.5.57) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e262b7 commit 5e9fd61

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.2", features = ["rdf-12"] }
1515
oxrdf = { version = "0.3.0-beta.2", features = ["rdf-12"] }
1616
colored = "3.1.1"
17-
clap = { version = "4.5.55", features = ["derive"] }
17+
clap = { version = "4.5.57", features = ["derive"] }
1818
clap_complete = "4.5.65"
19-
anyhow = "1.0.100"
19+
anyhow = "1.0.101"
2020
serde = { version = "1.0", features = ["derive"] }
2121
toml = "0.9.11"
2222
dirs = "6.0.0"

0 commit comments

Comments
 (0)