Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent 8d273c0 commit 72cdc65
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 @@ -20,7 +20,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.81"
async-recursion = "1.1.0"
is-terminal = "0.4.12"
base64 = "0.21.7"
base64 = "0.22.0"
chrono = { version = "0.4.35", features = ["serde"] }
clap = { version = "4.5.4", features = ["derive"] }
derive_more = "0.99.17"
Expand Down

0 comments on commit 72cdc65

Please sign in to comment.