diff --git a/Cargo.lock b/Cargo.lock index d51ba125..8e630250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ "serde", "serde-untagged", "serde_derive", - "toml 0.8.16", + "toml 0.8.17", ] [[package]] @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.16" +version = "0.8.17" dependencies = [ "indexmap", "serde", @@ -939,7 +939,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.11", - "toml 0.8.16", + "toml 0.8.17", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index e8448eda..3972b2bd 100644 --- a/crates/toml/CHANGELOG.md +++ b/crates/toml/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.8.17] - 2024-07-30 + ### Performance - Speed up whitespace parsing @@ -269,7 +271,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.17...HEAD +[0.8.17]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.17 [0.8.16]: https://github.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16 [0.8.15]: https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15 [0.8.14]: https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 3d166555..34228926 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.8.16" +version = "0.8.17" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """