From 1e3b260cfd56e97fa0df3b55097e70d9dcce9397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:17:07 +0000 Subject: [PATCH] Bump base64 from 0.21.3 to 0.21.5 in /cosmwasm Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.5. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.5) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cosmwasm/Cargo.lock | 6 +++--- cosmwasm/packages/sgx-vm/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index 0c47adec8..e08c82336 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -66,9 +66,9 @@ checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" [[package]] name = "base64" -version = "0.21.3" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bitflags" @@ -154,7 +154,7 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" name = "cosmwasm-sgx-vm" version = "0.10.0" dependencies = [ - "base64 0.21.3", + "base64 0.21.5", "enclave-ffi-types", "hex", "lazy_static", diff --git a/cosmwasm/packages/sgx-vm/Cargo.toml b/cosmwasm/packages/sgx-vm/Cargo.toml index 0e241885c..c9b4334c1 100644 --- a/cosmwasm/packages/sgx-vm/Cargo.toml +++ b/cosmwasm/packages/sgx-vm/Cargo.toml @@ -61,7 +61,7 @@ enclave-ffi-types = { path = "../../enclaves/ffi-types", features = [ sgx_types = { path = "../../../third_party/incubator-teaclave-sgx-sdk/sgx_types" } sgx_urts = { path = "../../../third_party/incubator-teaclave-sgx-sdk/sgx_urts" } log = "0.4.20" -base64 = "0.21.3" +base64 = "0.21.5" parking_lot = "0.11" num_cpus = "1.16.0"