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 Mar 1, 2024
1 parent a5cb47e commit 87ef4d5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 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,14 +61,14 @@ 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.1", default-features = false }
toml_edit = { version = "0.22.0", features = ["serde"] }
git2 = { version = "0.18.2", default-features = false }
toml_edit = { version = "0.22.6", features = ["serde"] }
toml = "0.8.10"
serde = { version = "1.0", features = ["derive"] }
semver = "1.0"
quick-error = "2.0"
regex = "1.10"
bstr = "1.9.0"
bstr = "1.9.1"
termcolor = "1.4.1"
maplit = "1.0"
indexmap = "2.2"
Expand All @@ -77,16 +77,16 @@ dirs-next = "2.0"
ignore = "0.4"
itertools = "0.12"
once_cell = "1.19.0"
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
clap = { version = "4.5.1", features = ["derive", "wrap_help"] }
clap-cargo = { version = "0.13.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.79"
anyhow = "1.0.80"
concolor-control = { version = "0.0.7", features = ["auto"] }
git-conventional = "0.12.4"
git-conventional = "0.12.6"
similar = "2.4"

[dev-dependencies]
Expand Down

0 comments on commit 87ef4d5

Please sign in to comment.