Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to 0.10.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent c6102d6 commit 0b63b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radius/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["radius", "async"]

[dependencies]
md5 = { version = "0.7.0", optional = true }
openssl = { version = "0.10", optional = true }
openssl = { version = "0.10.64", optional = true }
chrono = "0.4"
rand = "0.8.5"
num_enum = "0.7.2"
Expand Down

0 comments on commit 0b63b25

Please sign in to comment.