Skip to content

Commit

Permalink
Update toml to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored and LukeMathWalker committed Jan 9, 2024
1 parent 8b53b56 commit e12e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1.0.114", features = ["derive"] }
thiserror = "1.0.49"
toml = { version = "0.7.3", features = ["preserve_order"] }
toml = { version = "0.8", features = ["preserve_order"] }

[dev-dependencies]
insta = "1.33.0"

0 comments on commit e12e603

Please sign in to comment.