From 508de0122897a0d72c37cf6635d23dd9933c77ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:28:33 +0000 Subject: [PATCH] chore(deps): bump vergen-pretty from 0.3.7 to 0.3.9 Bumps [vergen-pretty](https://github.com/rustyhorde/vergen) from 0.3.7 to 0.3.9. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits) --- updated-dependencies: - dependency-name: vergen-pretty dependency-type: direct:production update-type: version-update:semver-patch ... 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 c35110d736..db3d82ed24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13739,9 +13739,9 @@ dependencies = [ [[package]] name = "vergen-pretty" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04254b37b76932a729334385888685a4ff91bdff0c5925db81fcaca9dbad20af" +checksum = "7b6dba3d634a79e4a7af9eb2eb75d3629f81e3bbb8ae55d3ec2821acdeaac618" dependencies = [ "anyhow 1.0.95", "convert_case 0.6.0", diff --git a/Cargo.toml b/Cargo.toml index 07cf39eeb9..89122920f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -320,7 +320,7 @@ function_name = { version = "0.3.0" } rustc-hash = { version = "2.1.0" } xorf = { version = "0.11.0" } vergen-git2 = { version = "1.0.0", features = ["build", "cargo", "rustc"] } -vergen-pretty = "0.3.7" +vergen-pretty = "0.3.9" crossbeam-channel = "0.5.14" inferno = "0.11.21" handlebars = "4.2.2"