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"