Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent e1547ee commit c6f3c77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 packages/packsquash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
packsquash = { path = "../packsquash", version = "0.4.0" }

getopts = "0.2.21"
toml = { version = "0.8.1", default-features = false, features = ["parse"] }
toml = { version = "0.8.2", default-features = false, features = ["parse"] }

tokio = { version = "1.32.0", default-features = false, features = ["time"] }

Expand Down

0 comments on commit c6f3c77

Please sign in to comment.