Update Rust crate chrono to 0.4.38

This commit is contained in:
Renovate Bot 2024-04-25 16:05:06 +00:00
parent 95573f1193
commit e7e2fc0b60
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ readme = "README.md"
curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] }
ed25519-dalek = { version = "2", features = ["serde", "rand_core"] }
bincode = "1.3.3"
chrono = "0.4"
chrono = "0.4.38"
rand = { version = "0.8", features = ["std_rng"]}
serde = "1.0.197"
serde_with = {version = "3.7.0", features = ["json"]}