From 2b3a4112e1bb3f55f605f5b2530306133fcf9a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 06:04:40 +0000 Subject: [PATCH] build(deps): bump noted from 0.1.0 to 1.0.0 in /internal/shim-sgx Bumps [noted](https://github.com/enarx/noted) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/enarx/noted/releases) - [Commits](https://github.com/enarx/noted/compare/v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: noted dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal/shim-sgx/Cargo.lock | 4 ++-- internal/shim-sgx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/shim-sgx/Cargo.lock b/internal/shim-sgx/Cargo.lock index cdf9e3d8..c039312a 100644 --- a/internal/shim-sgx/Cargo.lock +++ b/internal/shim-sgx/Cargo.lock @@ -92,9 +92,9 @@ checksum = "c619aa76dbb3f67970c7cf10fc3efa81da412be26d4dda1726af76b25260dc66" [[package]] name = "noted" -version = "0.1.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1bc5b8b5b7171ba3ddd9c2a6027c345f8a787d8a696d3f95bc30f95edbe5516" +checksum = "c9ed3de88cf5f12b1b461eb59a5b85f60d84216207bda41bf0f0eb2d7d51d397" [[package]] name = "plain" diff --git a/internal/shim-sgx/Cargo.toml b/internal/shim-sgx/Cargo.toml index f9e5fe43..c21e18f8 100644 --- a/internal/shim-sgx/Cargo.toml +++ b/internal/shim-sgx/Cargo.toml @@ -23,7 +23,7 @@ primordial = "0.3.0" flagset = "0.4" xsave = "0.1.1" nbytes = "0.1" -noted = "0.1" +noted = "1.0" lset = "0.2" [profile.dev.package.rcrt1]