Skip to content

Commit

Permalink
Merge pull request #186 from epage/toml
Browse files Browse the repository at this point in the history
chore: Upgrade toml_edit
  • Loading branch information
epage committed Dec 23, 2022
2 parents 175b3ce + 5e4326a commit 9328ff0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 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
Expand Up @@ -65,7 +65,7 @@ serde = { version = "1.0", features = ["derive"] }
shlex = "1.1.0"
humantime = "2"
humantime-serde = "1"
toml_edit = { version = "0.15", features = ["serde"] }
toml_edit = { version = "0.16", 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 9328ff0

Please sign in to comment.