Skip to content

Commit cf641be

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Update toml requirement from 0.8.0 to 0.9.2 (#345) (#348)
* Update toml requirement from 0.8.0 to 0.9.2 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.9.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production ... * Update changelog --------- (cherry picked from commit d8ce2ad) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b3ff9b commit cf641be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1717
- Bump `peter-evans/create-pull-request` from 5 to 7 ([#308](https://github.com/opensearch-project/opensearch-rs/pull/308))
1818
- Bump `actions/github-script` from 6 to 7 ([#309](https://github.com/opensearch-project/opensearch-rs/pull/309))
1919
- Bump `itertools` from 0.13.0 to 0.14.0 ([#319](https://github.com/opensearch-project/opensearch-rs/pull/319))
20+
- Bump `toml` from 0.8.0 to 0.9.2 ([#345](https://github.com/opensearch-project/opensearch-rs/pull/345))
2021

2122
### Changed
2223
- Changed documentation link in Cargo.toml to utilize standard docs.rs generation ([#323](https://github.com/opensearch-project/opensearch-rs/pull/323))

api_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "~1"
3030
simple_logger = "5.0.0"
3131
syn = { version = "2.0", features = ["extra-traits", "full"] }
3232
tar = "0.4"
33-
toml = "0.8.0"
33+
toml = "0.9.2"
3434
url = "2.1.1"
3535
void = "1.0.2"
3636
html-escape = "0.2.11"

0 commit comments

Comments
 (0)