From 6f05c9e26aa8060b8fa84891aeda7050821786b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:23:43 +0000 Subject: [PATCH] Bump owo-colors from 4.0.0 to 4.1.0 in /rust Bumps [owo-colors](https://github.com/jam1garner/owo-colors) from 4.0.0 to 4.1.0. - [Commits](https://github.com/jam1garner/owo-colors/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 10 +++++----- rust/driver-ipc/Cargo.toml | 2 +- rust/virtual-display-driver-cli/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ead9754..af925c5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -397,7 +397,7 @@ dependencies = [ "joinery", "lazy_format", "log", - "owo-colors 4.0.0", + "owo-colors 4.1.0", "serde", "serde_json", "thiserror", @@ -1181,7 +1181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -1305,9 +1305,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "owo-colors" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" +checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" [[package]] name = "parking_lot" @@ -2090,7 +2090,7 @@ dependencies = [ "eyre", "joinery", "lazy_format", - "owo-colors 4.0.0", + "owo-colors 4.1.0", "serde", "serde_json", ] diff --git a/rust/driver-ipc/Cargo.toml b/rust/driver-ipc/Cargo.toml index 34a2c50..239f789 100644 --- a/rust/driver-ipc/Cargo.toml +++ b/rust/driver-ipc/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.80" log = "0.4.22" serde = { version = "1.0.210", features = ["derive"] } thiserror = "1.0.63" -owo-colors = "4.0.0" +owo-colors = "4.1.0" serde_json = "1.0.128" windows = { version = "0.58.0", features = ["Win32_Foundation"] } lazy_format = "2.0.3" diff --git a/rust/virtual-display-driver-cli/Cargo.toml b/rust/virtual-display-driver-cli/Cargo.toml index fd456f7..b910dce 100644 --- a/rust/virtual-display-driver-cli/Cargo.toml +++ b/rust/virtual-display-driver-cli/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5.16", features = ["derive"] } color-eyre = "0.6.3" driver-ipc = { path = "../driver-ipc" } eyre = "0.6.12" -owo-colors = "4.0.0" +owo-colors = "4.1.0" serde_json = "1.0.128" lazy_format = "2.0.3" joinery = "3.1.0"