Skip to content

Commit

Permalink
chore: bump base64 0.21 -> 0.22 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander authored Jun 25, 2024
1 parent ef987cf commit 4d31899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
async-stream = "0.3"
axum = { version = "0.7", features = ["macros"] }
base64 = "0.21"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
Expand Down

0 comments on commit 4d31899

Please sign in to comment.