diff --git a/Cargo.lock b/Cargo.lock index 86b87ae74..2c4833f80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,9 +304,9 @@ dependencies = [ [[package]] name = "built" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" +checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9" dependencies = [ "chrono", "git2", @@ -1195,15 +1195,14 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.4" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" +checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e" dependencies = [ "bitflags 2.11.1", "libc", "libgit2-sys", "log", - "url", ] [[package]] @@ -1988,9 +1987,9 @@ dependencies = [ [[package]] name = "libgit2-sys" -version = "0.18.3+1.9.2" +version = "0.18.4+1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" +checksum = "9b26f66f35e1871b22efcf7191564123d2a446ca0538cde63c23adfefa9b15b7" dependencies = [ "cc", "libc", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index eb37fdddc..167260723 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -119,7 +119,7 @@ proc-maps = "0.4.0" [build-dependencies] anyhow = { version = "1.0.102" } cfg_aliases = "0.2.1" -built = { version = "0.8.0", optional = true, features = ["chrono", "git2"] } +built = { version = "0.8.1", optional = true, features = ["chrono", "git2"] } [features] default = ["kvm", "mshv3", "build-metadata"]