From 6419f8111215fd7b302442665a9fa8e7ba39f991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 15:23:09 +0300 Subject: [PATCH] Bump os_info from 3.1.0 to 3.3.0 (#3983) * 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](https://github.com/stanislav-tkach/os_info/compare/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] * update changelog Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mr-Leshiy --- CHANGELOG.md | 1 + Cargo.lock | 4 ++-- testing/jormungandr-automation/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce28e663b..16ac3c9b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 75350cb2ee..09ef553e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,9 +3267,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "os_info" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "198e392be7e882f0c2836f425e430f81d9a0e99651e4646311347417cddbfd43" +checksum = "04304d855bb5385d4b595edf0147b8e281871766b75dd4c87b2bdf3c9e5c2d19" dependencies = [ "log", "winapi", diff --git a/testing/jormungandr-automation/Cargo.toml b/testing/jormungandr-automation/Cargo.toml index efb357057a..c3b79ff3e2 100644 --- a/testing/jormungandr-automation/Cargo.toml +++ b/testing/jormungandr-automation/Cargo.toml @@ -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"