From 44f73550b7fa34fce2ed65c98d9333d50be59ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:04:55 +0000 Subject: [PATCH] build(deps): bump const-default in /internal/shim-sgx Bumps [const-default](https://github.com/AerialX/const-default.rs) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/AerialX/const-default.rs/releases) - [Commits](https://github.com/AerialX/const-default.rs/commits/v0.3.0) --- updated-dependencies: - dependency-name: const-default dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- internal/shim-sgx/Cargo.lock | 10 ++++++++-- internal/shim-sgx/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/internal/shim-sgx/Cargo.lock b/internal/shim-sgx/Cargo.lock index c741d2ce..90995f81 100644 --- a/internal/shim-sgx/Cargo.lock +++ b/internal/shim-sgx/Cargo.lock @@ -29,6 +29,12 @@ dependencies = [ "const-default-derive", ] +[[package]] +name = "const-default" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd9256058c3b49b4eca9d45cfb8b265bfa0a340d6cecb6bb97c4a1cf2fb53947" + [[package]] name = "const-default-derive" version = "0.1.0" @@ -172,7 +178,7 @@ name = "shim-sgx" version = "0.1.0" dependencies = [ "compiler_builtins", - "const-default", + "const-default 0.3.0", "crt0stack", "enarx-heap", "flagset", @@ -230,5 +236,5 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f980b1e0ed898c5b60ac780eae2786ebb8b7a3ea8d9eea9592718159fc26ad8" dependencies = [ "bitflags", - "const-default", + "const-default 0.2.0", ] diff --git a/internal/shim-sgx/Cargo.toml b/internal/shim-sgx/Cargo.toml index 7be627d8..ec3b4964 100644 --- a/internal/shim-sgx/Cargo.toml +++ b/internal/shim-sgx/Cargo.toml @@ -19,7 +19,7 @@ goblin = { version = "0.4", default-features = false, features = [ "elf64" ] } x86_64 = { version = "^0.14.6", default-features = false } crt0stack = { version = "0.1", default-features = false } libc = { version = "0.2", default-features = false } -const-default = "0.2" +const-default = "0.3" primordial = "0.3.0" noted = "^1.0.0" xsave = "^1.0.0"