diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-10 14:15:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 12:15:05 +0000 |
commit | fc34137fdaf5e4ad8b8360fc9fbc3c349ca25c44 (patch) | |
tree | 80dc44662e7dd34d7ceb1a98e25061384de9cac5 /ports/servoshell/Cargo.toml | |
parent | 0c362329c30ac1a4e8722f7390ab1acbb4d35bfc (diff) | |
download | servo-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.toml | 2 |
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 |