diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f98b62..6b5dd1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `serde_with` from ~2 to ~3 - Bumps `itertools` from 0.10.0 to 0.11.0 - Bumps `syn` from 1.0 to 2.0 +- Bumps `toml` from 0.7.1 to 0.8.0 ### Changed - Moved @aditjind to Emeritus maintainers ([#170](https://github.com/opensearch-project/opensearch-rs/pull/170)) diff --git a/api_generator/Cargo.toml b/api_generator/Cargo.toml index 7eb2ac4a..e41fefb4 100644 --- a/api_generator/Cargo.toml +++ b/api_generator/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "~1" simple_logger = "4.0.0" syn = { version = "2.0", features = ["extra-traits", "full"] } tar = "0.4" -toml = "0.7.1" +toml = "0.8.0" url = "2.1.1" void = "1.0.2" html-escape = "0.2.11"