Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.11 to 4.4.17
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.4.17.
- [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.11...v4.4.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent d8a867f commit c879bee
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 openubl/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
openubl-server = { path = "../server" }

clap = { version = "4.4.11", features = ["derive", "env"] }
clap = { version = "4.4.17", features = ["derive", "env"] }
anyhow = "1.0.76"
actix-web = "4.4.1"
2 changes: 1 addition & 1 deletion openubl/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.11", features = ["derive", "env"] }
clap = { version = "4.4.17", features = ["derive", "env"] }
2 changes: 1 addition & 1 deletion openubl/oidc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "4.4.11", features = ["derive", "env"]}
clap = {version = "4.4.17", features = ["derive", "env"]}
serde = { version = "1.0.193", features = ["derive"] }
2 changes: 1 addition & 1 deletion openubl/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ xbuilder = { path = "../../xbuilder" }
actix-web = "4.4.0"
serde = { version = "1.0.193", features = ["derive"] }
sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] }
clap = { version = "4.4.11", features = ["derive", "env"] }
clap = { version = "4.4.17", features = ["derive", "env"] }
anyhow = "1.0.76"
env_logger = "0.10.1"
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion openubl/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "4.4.11", features = ["derive", "env"]}
clap = {version = "4.4.17", features = ["derive", "env"]}
minio = "0.1.0"
serde = { version = "1.0.193", features = ["derive"] }
anyhow = "1.0.78"
Expand Down

0 comments on commit c879bee

Please sign in to comment.