From 34d1f21b1aad9eb29e38dd6a8e02c6154532f508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:31:44 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.18.0 to 1.19.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dcap/ql/Cargo.toml | 2 +- dcap/quoteverify/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ab30e79..9ec0ee3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "p256" diff --git a/dcap/ql/Cargo.toml b/dcap/ql/Cargo.toml index fe865b98..341f4c0d 100644 --- a/dcap/ql/Cargo.toml +++ b/dcap/ql/Cargo.toml @@ -20,7 +20,7 @@ mc-sgx-dcap-ql-sys = { path = "sys", version = "=0.10.1" } mc-sgx-dcap-ql-types = { path = "types", version = "=0.10.1" } mc-sgx-dcap-types = { path = "../types", version = "=0.10.1", features = ["alloc"] } mc-sgx-util = { path = "../../util", version = "=0.10.1" } -once_cell = "1.17.0" +once_cell = "1.19.0" [features] default = [] diff --git a/dcap/quoteverify/Cargo.toml b/dcap/quoteverify/Cargo.toml index da8b727d..7d278f69 100644 --- a/dcap/quoteverify/Cargo.toml +++ b/dcap/quoteverify/Cargo.toml @@ -20,7 +20,7 @@ mc-sgx-dcap-quoteverify-types = { path = "types", version = "=0.10.1" } mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.10.1" } mc-sgx-dcap-types = { path = "../types", version = "=0.10.1", features = ["alloc"] } mc-sgx-util = { path = "../../util", version = "=0.10.1" } -once_cell = "1.17.0" +once_cell = "1.19.0" [dev-dependencies] mc-sgx-dcap-sys-types = { path = "../sys/types", version = "=0.10.1" }