diff --git a/src/common/build_common/Cargo.toml b/src/common/build_common/Cargo.toml index 1176efb..62005c0 100644 --- a/src/common/build_common/Cargo.toml +++ b/src/common/build_common/Cargo.toml @@ -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" diff --git a/src/common/common_actor/Cargo.toml b/src/common/common_actor/Cargo.toml index 7bdcb1e..c24433e 100644 --- a/src/common/common_actor/Cargo.toml +++ b/src/common/common_actor/Cargo.toml @@ -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"