Skip to content

Commit 74e6641

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [ureq](https://github.com/algesten/ureq). Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `ureq` from 3.0.10 to 3.0.11 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.0.10...3.0.11) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ureq dependency-version: 3.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7475e4 commit 74e6641

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ anstyle = "1.0.10"
102102
anyhow = "1.0.98"
103103
bstr = "1.12.0"
104104
cc = "1.2.19"
105-
clap = { version = "4.5.36", features = [
105+
clap = { version = "4.5.37", features = [
106106
"cargo",
107107
"derive",
108108
"env",

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ regex.workspace = true
2727
semver.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
30-
ureq = "3.0.10"
30+
ureq = "3.0.11"
3131
notify = "8.0.0"
3232
notify-debouncer-full = "0.5.0"

0 commit comments

Comments
 (0)