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 16, 2024
1 parent 28287cc commit a356e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ smol = "2.0.0"
async-compat = { version = "0.2", optional = true }
futures = "0.3"
surf = { version = "2.3", optional = true }
base64 = { version = "0.21.7", optional = true }
base64 = { version = "0.22.0", optional = true }
gitlab = { version = "0.1608.1", optional = true }
enum_dispatch = "0.3.13"
pulldown-cmark = "0.9.6"
Expand Down
2 changes: 1 addition & 1 deletion ews-calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tracing = "0.1"
surf = "2.3"
anyhow = "1"
chrono = "0.4"
base64 = "0.21.7"
base64 = "0.22.0"
xml-rs = "0.8"
derive_builder = "0.12"

Expand Down

0 comments on commit a356e14

Please sign in to comment.