Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent a2cc2df commit e0cb3f2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 25 deletions.
49 changes: 29 additions & 20 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/committed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ pre-release-replacements = [
]

[dependencies]
regex = "1.7"
once_cell = "1.17.1"
regex = "1.8"
once_cell = "1.17.2"
git-conventional = "0.12"
unicase = "2.6.0"
anyhow = "1.0"
git2 = { version = "0.16", default-features = false }
clap = { version = "4.2", features = ["derive"] }
clap = { version = "4.3", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.7"
Expand All @@ -46,6 +46,6 @@ imperative = "1.0.4"
derive_more = "0.99.17"
itertools = "0.10.5"
proc-exit = "2.0"
human-panic = "1.1.3"
anstream = "0.3.0"
human-panic = "1.1.4"
anstream = "0.3.2"
anstyle = "1.0.0"

0 comments on commit e0cb3f2

Please sign in to comment.