Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent a176923 commit b416955
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
72 changes: 65 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ serde = { version = "1.0", features = [ "derive" ] }
structopt = { version = "0.3", optional = true }
textwrap = { version = "0.11", features = [ "term_size" ] }
thiserror = "1.0"
toml = { version = "0.5", features = [ "preserve_order" ] }
toml = { version = "0.8", features = [ "preserve_order" ] }
duct = "0.13"
which = "5.0"

Expand Down

0 comments on commit b416955

Please sign in to comment.