🏡 index : ~doyle/titanirc.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-02-02 1:34:02.0 +00:00:00
committer GitHub <noreply@github.com> 2023-02-02 1:34:02.0 +00:00:00
commit
672f532a4df423c0ba06072e3103dfff8637d934 [patch]
tree
a65b2adc1794b24a957f4bdef5e488db1b962be3
parent
4d57bff5266dfc0ea5db9d76e647c88bd00b3c4f
download
672f532a4df423c0ba06072e3103dfff8637d934.tar.gz

Bump base64 from 0.21.0-rc.1 to 0.21.0

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.0-rc.1 to 0.21.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.0-rc.1...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 6 +++---
 Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4918ac9..d51764f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -118,9 +118,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[package]]
name = "base64"
version = "0.21.0-rc.1"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339eb223c8f495cef5b03f1727754538a468edaeba28bab0886ecadca774a3b7"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"

[[package]]
name = "base64ct"
@@ -1574,7 +1574,7 @@ dependencies = [
 "actix-rt",
 "anyhow",
 "argon2",
 "base64 0.21.0-rc.1",
 "base64 0.21.0",
 "bitflags 2.0.0-rc.1",
 "bytes",
 "chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 83ced0e..7119a1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ actix = "0.13"
actix-rt = "2.7"
anyhow = "1.0"
argon2 = "0.4"
base64 = "0.21.0-rc.1"
base64 = "0.21.0"
bitflags = "2.0.0-rc.1"
bytes = "1.3"
const_format = "0.2"