bump: rand

This commit is contained in:
2026-07-06 23:32:37 -04:00
parent 56f1546292
commit da52603d06
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
rand = { version = "0.10.1" }
rand = { version = "0.10.2" }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
josekit = { version = "0.10.3" }