Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to ^0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent fbc5b77 commit 4a4d948
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.5"
base64 = "^0.22.1"
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 4a4d948

Please sign in to comment.