From 36947a1bc5dddd733bf056fea7e5c159a36dd17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:00:13 +0000 Subject: [PATCH] chore(deps): bump yansi from 0.5.1 to 1.0.0 Bumps [yansi](https://github.com/SergioBenitez/yansi) from 0.5.1 to 1.0.0. - [Release notes](https://github.com/SergioBenitez/yansi/releases) - [Commits](https://github.com/SergioBenitez/yansi/commits/v1.0.0) --- updated-dependencies: - dependency-name: yansi dependency-type: direct:production update-type: version-update:semver-major ... 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 350f8da..2a37556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,9 +2013,9 @@ dependencies = [ [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "6c2861d76f58ec8fc95708b9b1e417f7b12fd72ad33c01fa6886707092dea0d3" [[package]] name = "zeroize" diff --git a/Cargo.toml b/Cargo.toml index a21bacb..740f649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tabled = "0.7" thiserror = "1.0.57" tokio = { version = "1.29.1", features = ["full"] } url = { version = "2.5.0" } -yansi = { version = "0.5" } +yansi = { version = "1.0" } # [target.'cfg(linux)'.dependencies] [target.'cfg(not(target_os = "windows"))'.dependencies] # Our dependencies don't use OpenSSL on Windows