Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent f3219a9 commit b2583f2
Showing 1 changed file with 1 addition and 1 deletion.
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.22.1"
argon2 = { version = "0.4", features = ["std"] }
validator = "0.16.0"
tracing-actix-web = "0.6"
Expand Down

0 comments on commit b2583f2

Please sign in to comment.