From 1a669db5518f1dfa906ac4d5a0e68e3e680c8b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:52:42 +0000 Subject: [PATCH] build(deps): bump owo-colors from 4.0.0 to 4.1.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14e82777..4ac5f6be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,9 +1524,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[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 = "p256" diff --git a/Cargo.toml b/Cargo.toml index d5e7e419..7e7c8a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.17", features = ["derive"] } # parse CLI arguments dirs = "5.0.1" # common directories indicatif = "0.17.8" # UI once_cell = "1.19.0" # lazy data structures and thunking -owo-colors = "4.0.0" # color support for the terminal +owo-colors = "4.1.0" # color support for the terminal petgraph = "0.6.5" # graph data structures rust-releases = { version = "0.28.0", default-features = false, features = ["rust-changelog"] } # get the available rust versions serde = { version = "1.0", features = ["derive"] } # serialization and deserialization