Skip to content

Commit

Permalink
Update Rust crate vergen to 8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 3c7e1a5 commit 47cce01
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 @@ -110,7 +110,7 @@ url = "2.3"

[build-dependencies]
anyhow = "1.0"
vergen = { version = "8.2.4", features = [
vergen = { version = "8.2.5", 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.5", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }

0 comments on commit 47cce01

Please sign in to comment.