From 89e4ad71e2adcd36a1af3fa4e80fdb7c22e5d445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:11:43 +0000 Subject: [PATCH] Bump the cli group with 2 updates Bumps the cli group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions). Updates `anyhow` from 1.0.88 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) Updates `pretty_assertions` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cli ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5f6eb50..563b0d7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arrayref" @@ -2676,9 +2676,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -4641,9 +4641,9 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zerocopy" diff --git a/Cargo.toml b/Cargo.toml index a090fa25..66ba2005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ authors = ["Sergio CastaƱo Arteaga", "Cintia Sanchez Garcia"] homepage = "https://github.com/cncf/landscape2" [workspace.dependencies] -anyhow = "1.0.88" +anyhow = "1.0.89" askama = { version = "0.12.1", features = ["serde-json"] } askama_escape = { version = "0.10.3", features = ["json"] } async-trait = "0.1.82" @@ -47,7 +47,7 @@ mockito = "1.5.0" num_cpus = "1.16.0" octorust = "0.7.0" parse_link_header = "0.4.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" qrcode = "0.14.1" rand = "0.8.5" regex = "1.10.6"