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 Jan 1, 2024
1 parent 63e4a68 commit 6dbb0e1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ path = "src/main.rs"
doc = false

[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap-verbosity-flag = "2.1.0"
clap = { version = "4.4.12", features = ["derive"] }
clap-verbosity-flag = "2.1.1"
env_logger = { version = "0.10.1", default-features = false, features = ["auto-color"] }
log = "0.4.20"
proc-exit = "2.0.1"
eyre = "0.6.9"
eyre = "0.6.11"
human-panic = "1.2.2"
concolor = "0.1.1"
concolor-clap = { version = "0.1.0", features = ["api"] }
anstream = "0.6.4"
anstream = "0.6.5"
anstyle = "1.0.4"

git-branch-stash = { version = "0.10.0", path = "crates/git-branch-stash" }
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
serde_json = "1.0.108"
serde_json = "1.0.109"
itertools = "0.12.0"

[profile.dev]
Expand Down
6 changes: 3 additions & 3 deletions crates/git-branch-stash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ git2 = { version = ">=0.16, <=0.18", default-features = false }
git-config-env = "0.2.0"
git2-ext = "0.6.1"
log = "0.4.20"
eyre = "0.6.9"
eyre = "0.6.11"
itertools = "0.12.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
bstr = "1.8.0"
serde_json = "1.0.109"
bstr = "1.9.0"
maplit = "1.0.2"

0 comments on commit 6dbb0e1

Please sign in to comment.