瀏覽代碼

chore(deps): Update clap requirement from =4.5.4 to =4.5.20 (#65)

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...clap_complete-v4.5.20)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 月之前
父節點
當前提交
5d75cfc720
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dadk-user/Cargo.toml

+ 1 - 1
dadk-user/Cargo.toml

@@ -5,7 +5,7 @@ edition = "2021"
 
 [dependencies]
 chrono = { version = "=0.4.35", features = ["serde"] }
-clap = { version = "=4.5.4", features = ["derive"] }
+clap = { version = "=4.5.20", features = ["derive"] }
 derive_builder = "0.20.0"
 lazy_static = "1.4.0"
 log = "0.4.17"