Skip to content

Commit

Permalink
chore: Upgrade to indexmap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 23, 2023
1 parent 5275733 commit 13de4c5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
30 changes: 26 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ preserve_order = ["indexmap"]

[dependencies]
serde = "1.0.145"
indexmap = { version = "1.9.1", optional = true }
indexmap = { version = "2.0.0", optional = true }
toml_edit = { version = "0.19.6", path = "../toml_edit", features = ["serde"], optional = true }
toml_datetime = { version = "0.6.1", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = ["dep:serde", "toml_datetime/serde", "dep:serde_spanned"]
unbounded = []

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

0 comments on commit 13de4c5

Please sign in to comment.