From b8743ac5f9adf2e764b750712a8ccfd8bc91a98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:15:32 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 2 updates Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) and [which](https://github.com/harryfei/which-rs) to permit the latest version. Updates `env_logger` to 0.10.2 - [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.0...v0.10.2) Updates `which` to 5.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/5.0.0...5.0.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production dependency-group: production-dependencies - dependency-name: which dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e31115b7..8f99fa7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ const-assert = { version = "1.0.1", default-features = false } core-error = { version = "0.0.0", default-features = false } dialoguer = { version = "0.11", default-features = false } diff = { version = "0.1.13", default-features = false } -env_logger = { version = "0.10", default-features = false } +env_logger = { version = "0.11", default-features = false } epoll = { version = "4.3.3", default-features = false } futures = { version = "0.3.28", default-features = false } hashbrown = { version = "0.14", default-features = false } @@ -95,7 +95,7 @@ test-log = { version = "0.2.13", default-features = false } testing_logger = { version = "0.1.1", default-features = false } thiserror = { version = "1", default-features = false } tokio = { version = "1.24.0", default-features = false } -which = { version = "5.0.0", default-features = false } +which = { version = "6.0.0", default-features = false } xdpilone = { version = "1.0", default-features = false } xtask = { path = "xtask", default-features = false }