Skip to content

Commit

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

---
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 and rvolosatovs committed Nov 17, 2022
1 parent 8af09e4 commit 27aa270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sgx = { version = "0.5.0", default-features = false }
tracing-subscriber = { version="^0.3.15", features = ["env-filter", "json", "fmt"], default-features = false }
tower-http = { version = "^0.3.0", features = ["trace"], default-features = false }
axum = { version = "^0.5.17", features = ["headers"], default-features = false }
clap = { version = "^4.0.25", features = ["help", "usage", "error-context", "std", "derive", "env"], default-features = false }
clap = { version = "^4.0.26", features = ["help", "usage", "error-context", "std", "derive", "env"], default-features = false }
hyper = { git = "https://github.com/rjzak/hyper", branch = "wasi_wip", features = ["http1", "server"], default-features = false }
tokio = { version = "^1.21.2", features = ["rt", "macros"], default-features = false }
uuid = { version = "^1.2.2", features = ["v4"], default-features = false }
Expand Down

0 comments on commit 27aa270

Please sign in to comment.