Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8 (#19)
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] authored Sep 13, 2023
1 parent f19be31 commit c020362
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 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 @@ -25,7 +25,7 @@ dirs.workspace = true
semver.workspace = true
clap = { workspace = true, optional = true }
log = { workspace = true, features = ["kv_unstable", "kv_unstable_std"] }
toml = "0.7"
toml = "0.8"
env_logger = { version = "0.10", optional = true }
cargo_metadata = "0.18"
ureq = "2.7"
Expand Down

0 comments on commit c020362

Please sign in to comment.