Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to ^0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent dbcad39 commit d50c574
Showing 1 changed file with 1 addition and 1 deletion.
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.4"
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 d50c574

Please sign in to comment.