Skip to content

Commit

Permalink
Update Rust crate base64 to 0.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent f3219a9 commit d34a188
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde-aux = "4"
unicode-segmentation = "1.9.0"
rand = { version = "0.8", features=["std_rng"] }
anyhow = "1.0.64"
base64 = "0.13.0"
base64 = "0.21.5"
argon2 = { version = "0.4", features = ["std"] }
validator = "0.16.0"
tracing-actix-web = "0.6"
Expand Down

0 comments on commit d34a188

Please sign in to comment.