diff --git a/Cargo.lock b/Cargo.lock index c8fe759657..70c45e1cb2 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 57e3442e0c..3701f98695 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"