From 5c96186bd88f9a4388998ee94d80642c6581b820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:47:10 +0000 Subject: [PATCH] Bump env_logger from 0.11.0 to 0.11.1 in /rust/rest_api Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.0 to 0.11.1. - [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.11.0...v0.11.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/rest_api/Cargo.lock | 4 ++-- rust/rest_api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/rest_api/Cargo.lock b/rust/rest_api/Cargo.lock index 0ad9c76..d9dd77b 100644 --- a/rust/rest_api/Cargo.lock +++ b/rust/rest_api/Cargo.lock @@ -588,9 +588,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9eeb342678d785662fd2514be38c459bb925f02b68dd2a3e0f21d7ef82d979dd" +checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8" dependencies = [ "anstream", "anstyle", diff --git a/rust/rest_api/Cargo.toml b/rust/rest_api/Cargo.toml index 4751ab4..0322053 100644 --- a/rust/rest_api/Cargo.toml +++ b/rust/rest_api/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] actix-web = "4.4.1" config = "0.13.4" -env_logger = "0.11.0" +env_logger = "0.11.1" futures = "0.3.30" ipaddress = "0.1.2" log = "0.4.20"