Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22 (#248)
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] authored Mar 2, 2024
1 parent b036d76 commit ee052cd
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 @@ -35,7 +35,7 @@ rsb_derive = "0.5"
futures = "0.3"
futures-util = "0.3"
futures-locks = "0.7"
base64 = "0.21"
base64 = "0.22"
hex = "0.4"
tracing = "0.1"
ring = { version = "0.17", optional = true }
Expand Down

0 comments on commit ee052cd

Please sign in to comment.