Skip to content

Commit

Permalink
fix(deps): update rust crate cargo_metadata to 0.18 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 7962f76 commit 4f34e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = { version = "0.4", features = ["kv_unstable", "kv_unstable_std"] }
serde.workspace = true
serde_json.workspace = true
dunce.workspace = true
cargo_metadata = "0.17"
cargo_metadata = "0.18"
env_logger = { version = "0.10", optional = true }
clap = { workspace = true, optional = true }
dirs = "5.0"
Expand Down

0 comments on commit 4f34e72

Please sign in to comment.