Skip to content

Commit

Permalink
fix(deps): update rust crate rand to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 2a103e7 commit 57f1533
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 @@ -16,7 +16,7 @@ keywords = ["radius", "async"]
md5 = { version = "0.7.0", optional = true}
openssl = { version = "0.10", optional = true }
chrono = "0.4"
rand = "0.8.3"
rand = "0.8.5"
num_enum = "0.5.1"
thiserror = "1.0"
log = "0.4.17"
Expand Down

0 comments on commit 57f1533

Please sign in to comment.