From 6ae69209f00b52c464739808ace47eb16398010d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:40:24 +0000 Subject: [PATCH] build(deps): bump colorful from 0.2.2 to 0.3.2 Bumps [colorful](https://github.com/mellite/colorful) from 0.2.2 to 0.3.2. - [Commits](https://github.com/mellite/colorful/commits) --- updated-dependencies: - dependency-name: colorful 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 0f99a62..5cda21e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colorful" -version = "0.2.2" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97af0562545a7d7f3d9222fcf909963bec36dcb502afaacab98c6ffac8da47ce" +checksum = "ffb474a9c3219a8254ead020421ecf1b90427f29b55f6aae9a2471fa62c126ef" [[package]] name = "curl" diff --git a/Cargo.toml b/Cargo.toml index 9dd6984..b8b9dc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.83" sev = { version = "3.2.0", features = ['openssl']} env_logger = "0.10.1" clap = { version = "<4.5", features = [ "derive" ] } -colorful = "0.2.2" +colorful = "0.3.2" libc = "0.2.154" curl = "0.4" msru = "0.2.0"