From 0ebf9d3e9bb74a8649e90fe8c70c06ec934c8cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 04:02:23 +0000 Subject: [PATCH] Bump built from 0.7.7 to 0.8.0 Bumps [built](https://github.com/lukaslueg/built) from 0.7.7 to 0.8.0. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.7.7...0.8.0) --- updated-dependencies: - dependency-name: built dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"]