From a75eec6fe41253f1bcf8c7770d1ed91c43635451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:29:34 +0000 Subject: [PATCH] build(deps): bump vergen from 8.2.7 to 8.2.10 (#31100) Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.2.7 to 8.2.10. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/8.2.7...8.2.10) --- updated-dependencies: - dependency-name: vergen 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> --- Cargo.lock | 4 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80d7b42d776..1340f0a22c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6593,9 +6593,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vergen" -version = "8.2.7" +version = "8.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2066fbfd3bfbadab28cab8bae840c9e74917bc6deeef2ed0781f2eb2fdfafdb" +checksum = "1a78365c3f8ca9dc5428a9f5c6349558c3f9f3eeb65e3fc00b6a981379462947" dependencies = [ "anyhow", "git2", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 81e32decb2a..0e85f963b55 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -14,7 +14,7 @@ path = "main.rs" bench = false [build-dependencies] -vergen = { version = "8.2.7", features = ["git", "git2"] } +vergen = { version = "8.2.10", features = ["git", "git2"] } [target.'cfg(windows)'.build-dependencies] winres = "0.1"