diff --git a/Cargo.lock b/Cargo.lock index 5c52341e1..157e07ecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,9 +298,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73848a43c5d63a1251d17adf6c2bf78aa94830e60a335a95eeea45d6ba9e1e4d" +checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" dependencies = [ "chrono", "git2", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 02a964fa0..503e8f3bf 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -114,7 +114,7 @@ proc-maps = "0.4.0" [build-dependencies] anyhow = { version = "1.0.95" } cfg_aliases = "0.2.1" -built = { version = "0.7.6", features = ["chrono", "git2"] } +built = { version = "0.7.7", features = ["chrono", "git2"] } [features] default = ["kvm", "mshv2", "seccomp"]