Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.21.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2023
1 parent fa79613 commit 5b99546
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 @@ -8,7 +8,7 @@ crate-type = ["cdylib"]

[dependencies]
arboard = { version = "3", features = ["wayland-data-control"] }
base64 = "0.13.0"
base64 = "0.21.0"
duct = "0.13.5"
wsl = "0.1.0"
napi = { version = "2", default-features = false, features = ["napi3"] }
Expand Down

0 comments on commit 5b99546

Please sign in to comment.