From da6e295dc27a3a122e9cdcfe24d0e3c19824b2d6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 May 2022 23:35:42 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.17 --- Cargo.lock | 4 ++-- aer/Cargo.toml | 2 +- aer_upd/Cargo.toml | 2 +- aer_web/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e36c90..0e3e130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,9 +743,9 @@ checksum = "af6d1983bbf188c973065484a552d409ac384b31c32c2a5509f6f7072136fb98" [[package]] name = "log" -version = "0.4.14" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", ] diff --git a/aer/Cargo.toml b/aer/Cargo.toml index 4f94a5a..4788bce 100644 --- a/aer/Cargo.toml +++ b/aer/Cargo.toml @@ -20,7 +20,7 @@ fern = "0.6.0" human-panic = { git = "https://github.com/WormieCorp/human-panic", branch = "additional-info", optional = true } human_bytes = { version = "0.3.0", optional = true } lazy_static = "1.4.0" -log = "0.4.14" +log = "0.4.17" md-5 = "0.9.1" regex = "1.5.4" sha-1 = "0.9.6" diff --git a/aer_upd/Cargo.toml b/aer_upd/Cargo.toml index 688bb55..9f07384 100644 --- a/aer_upd/Cargo.toml +++ b/aer_upd/Cargo.toml @@ -13,7 +13,7 @@ powershell = ["aer_data/serialize", "lazy_static", "serde_json", "serde"] aer_data = { path = "../aer_data" } aer_web = { path = "../aer_web" } lazy_static = { version = "1.4.0", optional = true } -log = "0.4.14" +log = "0.4.17" serde = { version = "1.0.126", optional = true } serde_json = { version = "1.0.64", optional = true } toml = { version = "0.5.8", optional = true } diff --git a/aer_web/Cargo.toml b/aer_web/Cargo.toml index d60056f..18adfa7 100644 --- a/aer_web/Cargo.toml +++ b/aer_web/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" -log = "0.4.14" +log = "0.4.17" aer_version = { path = "../aer_version" } regex = "1.5.4" select = "0.5.0"