From 3fe3b3b53e9a5f4cf37c6aaa5fd7787e3aaa99ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 08:52:01 -0300 Subject: [PATCH] build(deps): update env_logger requirement from 0.9.0 to 0.10.0 (#209) Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/block-decode/Cargo.toml | 2 +- examples/block-download/Cargo.toml | 2 +- examples/n2c-miniprotocols/Cargo.toml | 2 +- examples/n2n-miniprotocols/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/block-decode/Cargo.toml b/examples/block-decode/Cargo.toml index 2db66e0..c35d02d 100644 --- a/examples/block-decode/Cargo.toml +++ b/examples/block-decode/Cargo.toml @@ -9,5 +9,5 @@ publish = false [dependencies] pallas = { path = "../../pallas" } net2 = "0.2.37" -env_logger = "0.9.0" +env_logger = "0.10.0" hex = "0.4.3" diff --git a/examples/block-download/Cargo.toml b/examples/block-download/Cargo.toml index 921d64e..b8878bf 100644 --- a/examples/block-download/Cargo.toml +++ b/examples/block-download/Cargo.toml @@ -9,6 +9,6 @@ publish = false [dependencies] pallas = { path = "../../pallas" } net2 = "0.2.37" -env_logger = "0.9.0" +env_logger = "0.10.0" hex = "0.4.3" diff --git a/examples/n2c-miniprotocols/Cargo.toml b/examples/n2c-miniprotocols/Cargo.toml index 283a620..35dd294 100644 --- a/examples/n2c-miniprotocols/Cargo.toml +++ b/examples/n2c-miniprotocols/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] pallas = { path = "../../pallas" } net2 = "0.2.37" -env_logger = "0.9.0" +env_logger = "0.10.0" hex = "0.4.3" log = "0.4.16" diff --git a/examples/n2n-miniprotocols/Cargo.toml b/examples/n2n-miniprotocols/Cargo.toml index 4aebe0f..cd84003 100644 --- a/examples/n2n-miniprotocols/Cargo.toml +++ b/examples/n2n-miniprotocols/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] pallas = { path = "../../pallas" } net2 = "0.2.37" -env_logger = "0.9.0" +env_logger = "0.10.0" hex = "0.4.3" log = "0.4.16"