bump: uuid

This commit is contained in:
2026-06-14 17:48:18 -04:00
parent 7eb977791e
commit 17bf9622f6
+1 -1
View File
@@ -14,7 +14,7 @@ http = { version = "1.4.2" }
reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] } reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] }
rand = { version = "0.10.1" } rand = { version = "0.10.1" }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] } uuid = { version = "1.23.3", features = ["v4", "serde"] }
base64-ng = { version = "1.0.8" } base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" } const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" } josekit = { version = "0.10.3" }