diff --git a/Cargo.lock b/Cargo.lock index 0bacf65a0cf..68327255737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6379,9 +6379,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vergen" -version = "8.2.5" +version = "8.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16" +checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939" dependencies = [ "anyhow", "rustversion", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 6cb301374c3..6e3fb9694ea 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.5", features = ["git", "gitcl"] } +vergen = { version = "8.2.6", features = ["git", "gitcl"] } [target.'cfg(windows)'.build-dependencies] winres = "0.1"