Skip to content

Commit

Permalink
Update Rust crate vergen to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 90413d7 commit 4e80b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/build_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
env-file-reader = "0.3.0"
vergen = { version = "7", default-features = false, features = ["build", "git"] }
vergen = { version = "8", default-features = false, features = ["build", "git"] }
anyhow = "1.0.58"
hex = "0.4.3"
flate2 = "1.0"
2 changes: 1 addition & 1 deletion src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ log = "0.4"
once_cell = "1.13"

[build-dependencies]
vergen = { version = "7", default-features = false, features = ["build", "git"] }
vergen = { version = "8", default-features = false, features = ["build", "git"] }
anyhow = "1.0.58"

0 comments on commit 4e80b04

Please sign in to comment.