Skip to content

Commit

Permalink
Merge pull request #219 from erooster-mail/dependabot/cargo/base64-0.…
Browse files Browse the repository at this point in the history
…21.3

Bump base64 from 0.21.2 to 0.21.3
  • Loading branch information
MTRNord authored Sep 8, 2023
2 parents e454fd9 + a333de0 commit d56dfc8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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.0"
base64 = "0.21.3"
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.0"
base64 = "0.21.3"
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.0"
base64 = "0.21.3"
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 d56dfc8

Please sign in to comment.