Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to ^0.21.5 (#225)
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 Dec 22, 2023
1 parent ac70808 commit 783674c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
again = "0.1"
base64 = "^0.21"
base64 = "^0.21.5"
raiden-derive = { version = "*", path = "../raiden-derive" }
rusoto_core_default = { package = "rusoto_core", version = "0.48", optional = true }
rusoto_core_rustls = { package = "rusoto_core", version = "0.48", default_features = false, features = [
Expand Down

0 comments on commit 783674c

Please sign in to comment.