Skip to content

Commit a3022ae

Browse files
Update sysinfo requirement from 0.35.0 to 0.36.0 (#346)
* Update sysinfo requirement from 0.35.0 to 0.36.0 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8ce2ad commit a3022ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99
- Added middleware types to allow intercepting construction and handling of the underlying `reqwest` client & requests ([#232](https://github.com/opensearch-project/opensearch-rs/pull/232))
1010

1111
### Dependencies
12-
- Bumps `sysinfo` from 0.31.2 to 0.35.0 ([#331](https://github.com/opensearch-project/opensearch-rs/pull/331), [#339](https://github.com/opensearch-project/opensearch-rs/pull/339))
12+
- Bumps `sysinfo` from 0.31.2 to 0.36.0 ([#331](https://github.com/opensearch-project/opensearch-rs/pull/331), [#339](https://github.com/opensearch-project/opensearch-rs/pull/339), [#346](https://github.com/opensearch-project/opensearch-rs/pull/346))
1313
- Bumps `thiserror` from 1 to 2
1414
- Bump `dangoslen/dependabot-changelog-helper` from 2 to 4 ([#298](https://github.com/opensearch-project/opensearch-rs/pull/298), [#329](https://github.com/opensearch-project/opensearch-rs/pull/329))
1515
- Bump `VachaShah/backport` from 1.1.4 to 2.2.0 ([#299](https://github.com/opensearch-project/opensearch-rs/pull/299))

opensearch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ futures = "0.3.1"
5757
http-body-util = "0.1.0"
5858
hyper = { version = "1", features = ["full"] }
5959
hyper-util = { version = "0.1", features = ["full"] }
60-
sysinfo = "0.35.0"
60+
sysinfo = "0.36.0"
6161
test-case = "3"
6262
textwrap = "0.16"
6363
tokio = { version = "1", features = ["full"] }

yaml_test_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde_yaml = "0.9"
3131
serde_json = { version = "1", features = ["arbitrary_precision"] }
3232
simple_logger = "5.0.0"
3333
syn = { version = "2.0", features = ["full"] }
34-
sysinfo = "0.35"
34+
sysinfo = "0.36"
3535
url = "2.1.1"
3636
tar = "0.4"
3737
flate2 = "1"

0 commit comments

Comments
 (0)