Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 0c08e06

Browse files
dependabot[bot]rjzak
authored andcommitted
build(deps): bump clap from 4.1.8 to 4.1.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.9. - [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.1.8...v4.1.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8e516e commit 0c08e06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ askama = { version = "0.12.0", default-features = false }
1010
axum = { version = "0.5.17", default-features = false, features = ["headers", "json", "multipart", "query"] }
1111
axum-extra = { version = "0.3.7", default-features = false, features = ["cookie"] }
1212
base64 = { version = "0.13.1", default-features = false }
13-
clap = { version = "4.1.6", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] }
13+
clap = { version = "4.1.9", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] }
1414
confargs = { version = "0.1.1", default-features = false }
1515
enarx-config = { version = "0.6.1", default-features = false }
1616
futures-util = { version = "0.3.27", default-features = false }

0 commit comments

Comments
 (0)