Skip to content

Commit

Permalink
Bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [semver](https://github.com/dtolnay/semver).


Updates `clap` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.3...v4.4.4)

Updates `semver` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.18...1.0.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent d4e1a4b commit d20d716
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.5"
semver = "1.0.18"
semver = "1.0.19"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.75"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.30.1"
semver = "1.0.18"
semver = "1.0.19"
serde = "1.0.188"
serde_json = "1.0.107"
url = "2.4.1"
Expand All @@ -18,7 +18,7 @@ url = "2.4.1"
path = "../autolib"

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["derive"]

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
semver = "1.0.19"
serde_json = "1.0.107"
thiserror = "1.0.48"

Expand All @@ -24,7 +24,7 @@ version = "0.11.20"
features = ["blocking"]

[dependencies.clap]
version = "4.4.3"
version = "4.4.4"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit d20d716

Please sign in to comment.