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 Apr 1, 2024
1 parent d5a7288 commit 00eb26b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ vendored-openssl = ["git2/vendored-openssl"]
cargo_metadata = "0.18"
tame-index = "0.9"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "gzip"] }
git2 = { version = "0.18.2", default-features = false }
toml_edit = { version = "0.22.6", features = ["serde"] }
toml = "0.8.10"
git2 = { version = "0.18.3", default-features = false }
toml_edit = { version = "0.22.9", features = ["serde"] }
toml = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
semver = "1.0"
quick-error = "2.0"
Expand All @@ -77,17 +77,17 @@ dirs-next = "2.0"
ignore = "0.4"
itertools = "0.12"
once_cell = "1.19.0"
clap = { version = "4.5.1", features = ["derive", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap-cargo = { version = "0.14.0", features = ["cargo_metadata"] }
log = "0.4"
env_logger = "0.11"
globset = { version = "0.4.14", default-features = false }
dunce = "1.0.4"
trycmd = "0.14.21"
anyhow = "1.0.80"
anyhow = "1.0.81"
concolor-control = { version = "0.0.7", features = ["auto"] }
git-conventional = "0.12.6"
similar = "2.4"
similar = "2.5"

[dev-dependencies]
assert_fs = "1.1"
Expand Down

0 comments on commit 00eb26b

Please sign in to comment.