diff --git a/Cargo.lock b/Cargo.lock index e591800b7..170aca10c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.7" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" +checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" dependencies = [ "chrono", "git2", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 5fdb74cc0..0ebeee966 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -116,7 +116,7 @@ proc-maps = "0.4.0" [build-dependencies] anyhow = { version = "1.0.98" } cfg_aliases = "0.2.1" -built = { version = "0.7.7", features = ["chrono", "git2"] } +built = { version = "0.8.0", features = ["chrono", "git2"] } [features] default = ["kvm", "mshv2", "seccomp"]