Skip to content

Commit

Permalink
Bump base64 from 0.21.3 to 0.21.4
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.4.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.3...v0.21.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3196865 commit 2daed9a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/erooster_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bench = false
[dependencies]
argon2 = { version = "0.5.1", features = ["std"] }
async-trait = "0.1.64"
base64 = "0.21.3"
base64 = "0.21.4"
bytes = "1.4.0"
cfg-if = "1.0.0"
color-eyre = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/erooster_imap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false

[dependencies]
async-trait = "0.1.64"
base64 = "0.21.3"
base64 = "0.21.4"
color-eyre = "0.6.2"
const_format = "0.2.30"
erooster_core = { version = "0.1.0", path = "../erooster_core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/erooster_smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21.3"
base64 = "0.21.4"
color-eyre = "0.6.2"
erooster_core = { version = "0.1.0", path = "../erooster_core" }
futures = { version = "0.3.25", features = ["thread-pool"] }
Expand Down

0 comments on commit 2daed9a

Please sign in to comment.