Skip to content

Commit

Permalink
Update base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Jun 27, 2024
1 parent 65145fa commit 998e2db
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 @@ -16,7 +16,7 @@ default = ["serde"]
enable_unstable_features_that_may_break_with_minor_version_bumps = []

[dependencies]
base64 = "0.21.0"
base64 = "0.22.0"
time = { version = "0.3.30", features = ["parsing", "formatting"] }
indexmap = "2.1.0"
quick_xml = { package = "quick-xml", version = "0.32.0" }
Expand Down

0 comments on commit 998e2db

Please sign in to comment.