From eaad98775f95b112549518ab33fcc4b2a865bf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:16:01 +0800 Subject: [PATCH] chore(deps): bump vergen-pretty from 0.3.7 to 0.3.9 (#3179) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: popcnt <142196625+popcnt1@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fa9669f19..575f7e2a78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13741,9 +13741,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 b64832fa3f..1e4f0687e5 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"