summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-29 07:00:01 +0000
committerGitHub <noreply@github.com>2023-05-29 07:00:01 +0000
commit5a82f0904e1d95ab3d269a2df533b4908487e3d7 (patch)
treef2ef73a814c950b8702c8325bd35f604cc1a5eca
parent7258016c8d6f2cd0a967e1cd1208f74525dcc864 (diff)
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>
-rw-r--r--Cargo.lock4
-rw-r--r--online_description_generator/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ef1663d..42544e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,9 +65,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[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 = "basic-toml"
diff --git a/online_description_generator/Cargo.toml b/online_description_generator/Cargo.toml
index 6dae8d4..190b6f4 100644
--- a/online_description_generator/Cargo.toml
+++ b/online_description_generator/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-base64 = "0.21.1"
+base64 = "0.21.2"
console_error_panic_hook = "0.1.7"
markdown = "1.0.0-alpha.9"
serde_json = "1.0.95"