Skip to content

Commit

Permalink
Merge pull request #237 from assert-rs/renovate/toml_edit-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate toml_edit to 0.21
  • Loading branch information
epage authored Dec 1, 2023
2 parents 672163e + c34cb5b commit 9e428a0
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ serde = { version = "1.0", features = ["derive"] }
shlex = "1.1.0"
humantime = "2"
humantime-serde = "1"
toml_edit = { version = "0.20", features = ["serde"] }
toml_edit = { version = "0.21", features = ["serde"] }
escargot = { version = "0.5.7", optional = true }

schemars = { version = "0.8.3", features = ["preserve_order"], optional = true }
Expand Down

0 comments on commit 9e428a0

Please sign in to comment.