From 47dd3f69bca333112ea7e8df046be542842822f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:00:49 +0000 Subject: [PATCH] Update owo-colors requirement from 3.5.0 to 4.0.0 Updates the requirements on [owo-colors](https://github.com/jam1garner/owo-colors) to permit the latest version. - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 503f90a..6c6c396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/notgull/winit-test" rust-version = "1.65.0" [dependencies] -owo-colors = "3.5.0" +owo-colors = "4.0.0" winit = { version = "0.29.2", default-features = false, features = ["android-native-activity"] } [features]