From 72e2389379f26e303d5ce9782966b92a069fbe6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:09:13 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.7 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1b9bc3..333046c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,6 +270,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64ct" version = "1.6.0" @@ -1087,7 +1093,7 @@ version = "0.3.0" dependencies = [ "anyhow", "axum", - "base64 0.21.7", + "base64 0.22.0", "chrono", "chrono-tz", "cpu-time", diff --git a/Cargo.toml b/Cargo.toml index 0b2b06d..11ca0b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ prost-types = "0.12.3" serde_json = "1.0.115" serde = { version = "1.0.197", features = ["derive"] } tokio = {version="1.36.0", features = ["full"]} -base64 = "0.21.0" +base64 = "0.22.0" futures = "0.3.28" axum = { version = "0.7.5", features = ["ws"] } cpu-time = "1.0.0"