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 Mar 2, 2024
1 parent 16e7da0 commit df564ba
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 @@ -39,7 +39,7 @@ path = "src/main.rs"
lto = true

[dependencies]
base64 = "0.21.7"
base64 = "0.22.0"
calm_io = "0.1.1"
chrono = { version = "0.4.34", default-features = false, features = ["std", "clock"] }
clap = { version = "4.5.1", features = ["env", "derive", "string"] }
Expand Down

0 comments on commit df564ba

Please sign in to comment.