Skip to content

Commit

Permalink
cargo: Updates dependencies minor and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 20, 2023
1 parent 6a39ef0 commit 45099b0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ print_stdout = "warn"
print_stderr = "warn"

[dependencies]
clap = { version = "4.0", features = ["cargo"] }
clap = { version = "4.4", features = ["cargo"] }
cli_utils = { version = "0.7", package = "cli_utils_hoijui" }
const_format = "0.2"
dotenvy = "0.15"
env_logger = { version = "0.10", default-features = false }
git-version = "0.3"
lazy_static = "1.4"
log = "0.4"
regex = "1.6"
regex = "1.10"
thiserror = "1.0"
typed-builder = "0.18"

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
tempfile = "3.3"
tempfile = "3.8"

0 comments on commit 45099b0

Please sign in to comment.