aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-10 14:15:05 +0200
committerGitHub <noreply@github.com>2024-07-10 12:15:05 +0000
commitfc34137fdaf5e4ad8b8360fc9fbc3c349ca25c44 (patch)
tree80dc44662e7dd34d7ceb1a98e25061384de9cac5 /ports/servoshell/Cargo.toml
parent0c362329c30ac1a4e8722f7390ab1acbb4d35bfc (diff)
downloadservo-fc34137fdaf5e4ad8b8360fc9fbc3c349ca25c44.tar.gz
servo-fc34137fdaf5e4ad8b8360fc9fbc3c349ca25c44.zip
build(deps): bump vergen from 8.3.1 to 8.3.2 (#32748)
Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/commits) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'ports/servoshell/Cargo.toml')
-rw-r--r--ports/servoshell/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml
index 1128f41b3f7..f7bd13650cb 100644
--- a/ports/servoshell/Cargo.toml
+++ b/ports/servoshell/Cargo.toml
@@ -21,7 +21,7 @@ bench = false
# since build-scripts can't detect the cargo target os at build-time, we
# must unconditionally add these dependencies. See https://github.com/rust-lang/cargo/issues/4932
[build-dependencies]
-vergen = { version = "8.3.1", features = ["git", "git2"] }
+vergen = { version = "8.3.2", features = ["git", "git2"] }
# Android and OpenHarmony
gl_generator = "0.14"
# MacOS only