Skip to content

Commit

Permalink
fix(deps): update rust crate rust-crypto to ^0.2.36 (#212)
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 Apr 5, 2023
1 parent 37e796f commit dc1a42b
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 @@ -15,7 +15,7 @@ rusoto_dynamodb_default = { package = "rusoto_dynamodb", version = "0.47", featu
rusoto_dynamodb_rustls = { package = "rusoto_dynamodb", version = "0.47", default_features = false, features=["rustls", "serialize_structs"], optional = true }
uuid = { version = "^0.8", features = ["v4"], optional = true }
async-trait = "^0.1.68"
rust-crypto = "^0.2"
rust-crypto = "^0.2.36"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
serde_derive = "^1"
Expand Down

0 comments on commit dc1a42b

Please sign in to comment.