diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-28 07:18:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-28 06:18:12 +0000 |
commit | f9eb32a51518a77e9a37a24299a7b1933ae0c537 (patch) | |
tree | 919a8cdccbf798736c9c0cec153a4792dde9ced2 /ports/servoshell/Cargo.toml | |
parent | fe98e2b5491ead9f44fd6656ce42508168cda30e (diff) | |
download | servo-f9eb32a51518a77e9a37a24299a7b1933ae0c537.tar.gz servo-f9eb32a51518a77e9a37a24299a7b1933ae0c537.zip |
build(deps): bump vergen-git2 from 1.0.1 to 1.0.2 (#34400)
Bumps [vergen-git2](https://github.com/rustyhorde/vergen) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/vergen_gix_1.0.1...vergen_gix_1.0.2)
---
updated-dependencies:
- dependency-name: vergen-git2
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 c72467de6f0..2aa524bdd81 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -22,7 +22,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-git2 = { version = "1.0.1", features = ["build"] } +vergen-git2 = { version = "1.0.2", features = ["build"] } # Android and OpenHarmony gl_generator = "0.14" # MacOS only |