diff --git a/Cargo.lock b/Cargo.lock index 979914f9e9a..39623487ba4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6594,9 +6594,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vergen" -version = "8.2.6" +version = "8.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939" +checksum = "f2066fbfd3bfbadab28cab8bae840c9e74917bc6deeef2ed0781f2eb2fdfafdb" dependencies = [ "anyhow", "git2", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index be044f7fa79..81e32decb2a 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.6", features = ["git", "git2"] } +vergen = { version = "8.2.7", features = ["git", "git2"] } [target.'cfg(windows)'.build-dependencies] winres = "0.1"