From bb2a4c057d0b4e437838df0fb347fb5107a296db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:34:26 +0000 Subject: [PATCH] chore(deps): bump remote-attestation from `009d1f3` to `4418ecc` Bumps [remote-attestation](https://github.com/atoma-network/nvrust) from `009d1f3` to `4418ecc`. - [Commits](https://github.com/atoma-network/nvrust/compare/009d1f3dfabf22823832e66ca7201265db23536c...4418eccd685c75ea8a47dfa9f25b9777643ddeb4) --- updated-dependencies: - dependency-name: remote-attestation dependency-version: 4418eccd685c75ea8a47dfa9f25b9777643ddeb4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59e208b5..70aca6d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,7 +1663,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -2128,7 +2128,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" dependencies = [ "data-encoding", - "syn 2.0.100", + "syn 1.0.109", ] [[package]] @@ -4355,7 +4355,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -5910,7 +5910,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nvml-wrapper" version = "0.10.0" -source = "git+https://github.com/atoma-network/nvml-wrapper.git?branch=main#7552dac65cdd64c41cf4cf0ff9dbeb28fbccb4e7" +source = "git+https://github.com/atoma-network/nvml-wrapper.git?branch=main#0d416436404473bc11795dacc1c0c5a995d9aa09" dependencies = [ "bitflags 2.9.0", "libloading", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "nvml-wrapper-sys" version = "0.8.0" -source = "git+https://github.com/atoma-network/nvml-wrapper.git?branch=main#7552dac65cdd64c41cf4cf0ff9dbeb28fbccb4e7" +source = "git+https://github.com/atoma-network/nvml-wrapper.git?branch=main#0d416436404473bc11795dacc1c0c5a995d9aa09" dependencies = [ "libloading", ] @@ -7231,7 +7231,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "remote-attestation" version = "0.1.0" -source = "git+https://github.com/atoma-network/nvrust.git?branch=main#009d1f3dfabf22823832e66ca7201265db23536c" +source = "git+https://github.com/atoma-network/nvrust.git?branch=main#4418eccd685c75ea8a47dfa9f25b9777643ddeb4" dependencies = [ "base64 0.22.1", "hex", @@ -10471,7 +10471,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]