Skip to content

Commit

Permalink
Bump clap from 4.3.11 to 4.4.1 (#1941)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.4.1.
- [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.3.11...v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 29, 2023
1 parent 425fe92 commit c844973
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
31 changes: 15 additions & 16 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 dozer-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uuid = { version = "1.3.0", features = ["v4"] }
rayon = "1.7.0"
ahash = "0.8.3"
metrics = "0.21.0"
clap = { version = "4.3.2", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
env_logger = "0.10.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dozer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dozer-storage = { path = "../dozer-storage" }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
tokio = { version = "1", features = ["full"] }
tempdir = "0.3.7"
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
ctrlc = "3.2.5"
tonic = { version = "0.8.3", features = ["tls", "tls-roots"] }
tokio-stream = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion dozer-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ tokio-stream = "0.1.14"
tokio-util = { version = "0.7.8", features = ["io"] }

[dev-dependencies]
clap = { version = "4.3.11", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
env_logger = "0.10.0"
2 changes: 1 addition & 1 deletion dozer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bson = { version = "2.5.0", optional = true }
mongodb = { version = "2.3.1", optional = true }
futures = { version = "0.3.26", optional = true }
env_logger = "0.10.0"
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype", "hooks"] }
async-trait = "0.1.53"
dozer-core = { path = "../dozer-core" }
Expand Down

0 comments on commit c844973

Please sign in to comment.