Skip to content

Commit

Permalink
⬆️ Upgrade toml to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Jan 10, 2024
1 parent 8bf2543 commit 2904a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ serde = { version = "^1", features = ["rc"], optional = true }
serde_json = { version = "^1", optional = true }
serde_yaml = { version = "^0.9", optional = true }
thiserror = "1.0"
toml = { version = "^0.7", optional = true, features = ["preserve_order"] }
toml = { version = "^0.8", optional = true, features = ["preserve_order"] }

[dev-dependencies]
spectral = "0.6"
Expand Down

0 comments on commit 2904a6e

Please sign in to comment.