From d4ac769b6d32762bbd9edf2bea567f1194848166 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 May 2023 16:00:39 +0000
Subject: [PATCH] build(deps): bump base64 from 0.21.1 to 0.21.2

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.1 to 0.21.2.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock                            | 8 ++++----
 contracts/okp4-cognitarium/Cargo.toml | 2 +-
 contracts/okp4-objectarium/Cargo.toml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b41a13b4..45a4b102 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,9 +28,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 
 [[package]]
 name = "base64"
-version = "0.21.1"
+version = "0.21.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
+checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
 
 [[package]]
 name = "base64ct"
@@ -649,7 +649,7 @@ dependencies = [
 name = "okp4-cognitarium"
 version = "1.0.0"
 dependencies = [
- "base64 0.21.1",
+ "base64 0.21.2",
  "cosmwasm-schema",
  "cosmwasm-std",
  "cosmwasm-storage",
@@ -701,7 +701,7 @@ name = "okp4-objectarium"
 version = "1.0.0"
 dependencies = [
  "base16ct 0.2.0",
- "base64 0.21.1",
+ "base64 0.21.2",
  "bs58",
  "cosmwasm-schema",
  "cosmwasm-std",
diff --git a/contracts/okp4-cognitarium/Cargo.toml b/contracts/okp4-cognitarium/Cargo.toml
index 08c6f15e..b5fec578 100644
--- a/contracts/okp4-cognitarium/Cargo.toml
+++ b/contracts/okp4-cognitarium/Cargo.toml
@@ -38,7 +38,7 @@ serde.workspace = true
 thiserror.workspace = true
 
 [dev-dependencies]
-base64 = "0.21.1"
+base64 = "0.21.2"
 cw-multi-test.workspace = true
 
 [features]
diff --git a/contracts/okp4-objectarium/Cargo.toml b/contracts/okp4-objectarium/Cargo.toml
index 4e2be199..80a19159 100644
--- a/contracts/okp4-objectarium/Cargo.toml
+++ b/contracts/okp4-objectarium/Cargo.toml
@@ -45,7 +45,7 @@ snap = "1"
 thiserror.workspace = true
 
 [dev-dependencies]
-base64 = "0.21.1"
+base64 = "0.21.2"
 cw-multi-test.workspace = true
 
 [features]