Skip to content

Commit

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

0 comments on commit af4baf8

Please sign in to comment.