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"