From 3d7180f85fb0c5160d427449cd994e2bf9a51145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:33:45 +0000 Subject: [PATCH] build(deps): update simple_logger requirement from 4.0 to 5.0 Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version. - [Release notes](https://github.com/borntyping/rust-simple_logger/releases) - [Commits](https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: simple_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim-protos/Cargo.toml | 2 +- crates/snapshots/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 0606cf8..a2a2463 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -58,7 +58,7 @@ ttrpc-codegen = "0.4" [dev-dependencies] ctrlc = { version = "3.0", features = ["termination"] } log.workspace = true -simple_logger = { version = "4.0", default-features = false, features = [ +simple_logger = { version = "5.0", default-features = false, features = [ "stderr", ] } tokio = { workspace = true, features = ["full"] } diff --git a/crates/snapshots/Cargo.toml b/crates/snapshots/Cargo.toml index c80cdbb..f8c58c4 100644 --- a/crates/snapshots/Cargo.toml +++ b/crates/snapshots/Cargo.toml @@ -33,7 +33,7 @@ tokio-stream = "0.1.8" async-stream = "0.3.2" futures.workspace = true log.workspace = true -simple_logger = { version = "4.0", default-features = false } +simple_logger = { version = "5.0", default-features = false } [build-dependencies] tonic-build.workspace = true