Skip to content

Commit

Permalink
Update Rust crate vergen to 8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent e2b261a commit 1e31664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ url = "2.3"

[build-dependencies]
anyhow = "1.0"
vergen = { version = "8.2.4", features = [
vergen = { version = "8.2.6", features = [
"build",
"cargo",
"git",
Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ zeroize = { version = "1", default-features = false }

[build-dependencies]
anyhow = "1.0"
vergen = { version = "8.2.4", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
vergen = { version = "8.2.6", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }

0 comments on commit 1e31664

Please sign in to comment.