From f116c29603b2d352a952d964865e4b62c71cb8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:57:13 +0000 Subject: [PATCH] Bump env_logger from 0.10.1 to 0.11.0 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 95 ++++++++++++++++++++++++++++++--- relays/bin-substrate/Cargo.toml | 2 +- relays/messages/Cargo.toml | 2 +- relays/utils/Cargo.toml | 2 +- 4 files changed, 92 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ece5469979ba7..f3a0a4ca4855b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,6 +168,54 @@ dependencies = [ "winapi", ] +[[package]] +name = "anstream" +version = "0.6.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" + +[[package]] +name = "anstyle-parse" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +dependencies = [ + "windows-sys 0.52.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +dependencies = [ + "anstyle", + "windows-sys 0.52.0", +] + [[package]] name = "anyhow" version = "1.0.79" @@ -1598,6 +1646,12 @@ dependencies = [ "vec_map", ] +[[package]] +name = "colorchoice" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + [[package]] name = "common" version = "0.1.0" @@ -2468,11 +2522,21 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "env_filter" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" +dependencies = [ + "log", + "regex", +] + [[package]] name = "env_logger" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", @@ -2481,6 +2545,19 @@ dependencies = [ "termcolor", ] +[[package]] +name = "env_logger" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eeb342678d785662fd2514be38c459bb925f02b68dd2a3e0f21d7ef82d979dd" +dependencies = [ + "anstream", + "anstyle", + "env_filter", + "humantime", + "log", +] + [[package]] name = "environmental" version = "1.1.4" @@ -2626,7 +2703,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" dependencies = [ - "env_logger", + "env_logger 0.10.2", "log", ] @@ -4765,7 +4842,7 @@ dependencies = [ "async-std", "async-trait", "bp-messages", - "env_logger", + "env_logger 0.11.0", "finality-relay", "futures", "hex", @@ -6729,7 +6806,7 @@ dependencies = [ "async-trait", "backoff", "bp-runtime", - "env_logger", + "env_logger 0.11.0", "futures", "isahc", "jsonpath_lib", @@ -9010,7 +9087,7 @@ dependencies = [ "bp-runtime", "bp-test-utils", "bridge-runtime-common", - "env_logger", + "env_logger 0.11.0", "finality-grandpa", "frame-support", "futures", @@ -9874,6 +9951,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + [[package]] name = "valuable" version = "0.1.0" diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index 88c22fa8f232f..61ef1dbfb0d8a 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0" async-std = "1.9.0" async-trait = "0.1" codec = { package = "parity-scale-codec", version = "3.1.5" } -env_logger = "0.10" +env_logger = "0.11" futures = "0.3.30" hex = "0.4" log = "0.4.20" diff --git a/relays/messages/Cargo.toml b/relays/messages/Cargo.toml index 6f4a2596f122b..c03699b01eab9 100644 --- a/relays/messages/Cargo.toml +++ b/relays/messages/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] async-std = { version = "1.6.5", features = ["attributes"] } async-trait = "0.1" -env_logger = "0.10" +env_logger = "0.11" futures = "0.3.30" hex = "0.4" log = "0.4.20" diff --git a/relays/utils/Cargo.toml b/relays/utils/Cargo.toml index 3a321e99158c6..0672be6335fea 100644 --- a/relays/utils/Cargo.toml +++ b/relays/utils/Cargo.toml @@ -15,7 +15,7 @@ async-std = "1.6.5" async-trait = "0.1" backoff = "0.4" isahc = "1.2" -env_logger = "0.10.1" +env_logger = "0.11.0" futures = "0.3.30" jsonpath_lib = "0.3" log = "0.4.20"