Skip to content

Commit

Permalink
chore(deps): update vergen requirement from 8 to 9
Browse files Browse the repository at this point in the history
Updates the requirements on [vergen](https://github.com/rustyhorde/vergen) to permit the latest version.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 3ff41ac commit a890e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ handlebars = "5.1.0"
serde_json = "1.0.1"

[build-dependencies]
vergen = { version = "8", features = ["build", "git", "gitcl"] }
vergen = { version = "9", features = ["build", "git", "gitcl"] }

[[bench]]
name = "recursive-snark"
Expand Down

0 comments on commit a890e53

Please sign in to comment.