Skip to content

Commit

Permalink
chore: Upgrade winnow
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 28, 2023
1 parent 9e43da1 commit f4ef3e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ unbounded = []

[dependencies]
indexmap = { version = "1.9.1", features = ["std"] }
winnow = "0.4.0"
winnow = "0.4.3"
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
toml_datetime = { version = "0.6.1", path = "../toml_datetime" }
Expand Down

0 comments on commit f4ef3e3

Please sign in to comment.