Skip to content

Commit

Permalink
Bump os_info from 3.1.0 to 3.3.0 (#3983)
Browse files Browse the repository at this point in the history
* Bump os_info from 3.1.0 to 3.3.0

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: os_info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mr-Leshiy <leshiy12345678@gmail.com>
  • Loading branch information
dependabot[bot] and Mr-Leshiy authored May 25, 2022
1 parent 69132bd commit 6419f81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- Bump time from 0.3.7 to 0.3.9
- Bump libc from 0.2.117 to 0.2.124
- Bump rand from 0.8.4 to 0.8.5
- Bump os_info from 3.1.0 to 3.3.0
- Bump log from 0.4.14 to 0.4.17
- Add jcli option to generate and sign EVM mapping certificates.
- Add new Ethreum RPC endpoints for getting block info: eth_getBlockByHash, eth_getBlockByNumber, eth_getBlockTransactionCountByHash, eth_getBlockTransactionCountByNumber, eth_getUncleCountByBlockHash, eth_getUncleCountByBlockNumber, eth_blockNumber
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/jormungandr-automation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ custom_debug = "0.5"
thiserror = "1.0"
poldercast = "1.2"
sysinfo = { version = "0.23.1" }
os_info = { version = "3.1.0", default-features = false }
os_info = { version = "3.3.0", default-features = false }
zip = "0.6.0"
flate2 = "1.0.21"
tar = "0.4"
Expand Down

0 comments on commit 6419f81

Please sign in to comment.