Skip to content

Commit

Permalink
Merge pull request #51 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.22.0
  • Loading branch information
johnmanjiro13 authored Dec 2, 2024
2 parents 12f359a + aec44e4 commit 097418d
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 @@ -19,7 +19,7 @@ include = [
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
base64 = "0.21.5"
base64 = "0.22.0"
bytes = { version = "1.4.0", features = ["serde"] }
chrono = "0.4.26"
log = "0.4.20"
Expand Down

0 comments on commit 097418d

Please sign in to comment.