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 Oct 7, 2023
1 parent 739c965 commit c34ec06
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 6 deletions.
84 changes: 79 additions & 5 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 @@ -65,7 +65,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" ] }
os_pipe = "1"
duct = "0.13"
which = "4.4"
Expand Down

0 comments on commit c34ec06

Please sign in to comment.