Skip to content

Commit

Permalink
fix(deps): update rust crate toml_edit to 0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2024
1 parent 3f615ca commit c186727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 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 @@ -99,7 +99,7 @@ tera = { version = "1.19.1", default-features = false }
terminal_size = "0.3.0"
thiserror = "1.0.56"
toml = { version = "0.8.10", features = ["parse"] }
toml_edit = { version = "0.21.1", features = ["parse"] }
toml_edit = { version = "0.22.4", features = ["parse"] }
url = "2.5.0"
versions = { version = "6.1.0" , features=["serde"]}
walkdir = "2.4.0"
Expand Down

0 comments on commit c186727

Please sign in to comment.