diff --git a/Cargo.lock b/Cargo.lock index 88f86b22..1422403b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ "serde", "serde-untagged", "serde_derive", - "toml 0.8.18", + "toml 0.8.19", ] [[package]] @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.18" +version = "0.8.19" dependencies = [ "indexmap", "serde", @@ -939,7 +939,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.11", - "toml 0.8.18", + "toml 0.8.19", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 71257456..a0c4a310 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.19] - 2024-07-31 + ### Performance - Fix regression in 0.22.19 @@ -281,7 +283,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.18...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.19...HEAD +[0.8.19]: https://github.com/toml-rs/toml/compare/toml-v0.8.18...toml-v0.8.19 [0.8.18]: https://github.com/toml-rs/toml/compare/toml-v0.8.17...toml-v0.8.18 [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 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 4d1d4db6..6b7d5aef 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.8.18" +version = "0.8.19" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """