Skip to content

Commit

Permalink
Merge pull request #23 from johnmanjiro13/renovate/base64-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate base64 to 0.21.2
  • Loading branch information
johnmanjiro13 committed Jul 18, 2023
2 parents 4a8f843 + ac6f73c commit 56af723
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 @@ -17,7 +17,7 @@ include = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21.0"
base64 = "0.21.2"
bytes = { version = "1.4.0", features = ["serde"] }
chrono = "0.4.26"
log = "0.4.19"
Expand Down

0 comments on commit 56af723

Please sign in to comment.