Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 1, 2023
1 parent f11afaa commit c8400f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vendored-libgit2 = ["git2/vendored-libgit2"]
vendored-openssl = ["git2/vendored-openssl"]

[dependencies]
cargo_metadata = "0.15"
cargo_metadata = "0.17"
crates-index = "0.19"
git2 = { version = "0.17.2", default-features = false }
toml_edit = "0.19.14"
Expand All @@ -78,7 +78,7 @@ difflib = "0.4"
itertools = "0.10"
once_cell = "1.18.0"
clap = { version = "4.4.2", features = ["derive", "wrap_help"] }
clap-cargo = { version = "0.10.0", features = ["cargo_metadata"] }
clap-cargo = { version = "0.11.0", features = ["cargo_metadata"] }
log = "0.4"
env_logger = "0.10"
globset = { version = "0.4.13", default-features = false }
Expand Down

0 comments on commit c8400f6

Please sign in to comment.