From 357a5e05dc21e78530e65e7b7bb40852adb9ce64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:22:21 +0000 Subject: [PATCH] update env_logger requirement from 0.8.2 to 0.10.0 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.8.2...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/driver/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/driver/native/Cargo.toml b/tests/driver/native/Cargo.toml index 6504820e5..622c567ae 100644 --- a/tests/driver/native/Cargo.toml +++ b/tests/driver/native/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["lib", "cdylib"] [dependencies] robusta_jni = { path = "../../../", version = "0.2" } -env_logger = "0.8.2" +env_logger = "0.10.0"