Skip to content

Commit

Permalink
Update simple_logger requirement from 4.0.0 to 5.0.0 (#250)
Browse files Browse the repository at this point in the history
* Update simple_logger requirement from 4.0.0 to 5.0.0

Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: simple_logger
  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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored May 6, 2024
1 parent d9d4e08 commit 7256442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `sysinfo` from 0.29.0 to 0.30.5
- Bumps `base64` from 0.21 to 0.22
- Bumps `reqwest` from 0.11 to 0.12
- Bumps `simple_logger` from 4.0.0 to 5.0.0

### Changed

Expand Down Expand Up @@ -81,4 +82,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fixes `DEVELOPER_GUIDE.md` to include complete information about setting up ([#194](https://github.com/opensearch-project/opensearch-rs/pull/194))
[Unreleased]: https://github.com/opensearch-project/opensearch-rs/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/opensearch-project/opensearch-rs/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/opensearch-project/opensearch-rs/compare/v2.0.0...v2.1.0
[2.1.0]: https://github.com/opensearch-project/opensearch-rs/compare/v2.0.0...v2.1.0
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
semver = "1.0.14"
serde = { version = "1", features = ["derive"] }
serde_json = "~1"
simple_logger = "4.0.0"
simple_logger = "5.0.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
tar = "0.4"
toml = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion yaml_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ semver = "1.0"
serde = "1"
serde_yaml = "0.9"
serde_json = { version = "1", features = ["arbitrary_precision"] }
simple_logger = "4.0.0"
simple_logger = "5.0.0"
syn = { version = "2.0", features = ["full"] }
sysinfo = "0.30"
url = "2.1.1"
Expand Down

0 comments on commit 7256442

Please sign in to comment.