deps(server): version bump

This commit is contained in:
Skipper
2026-06-26 12:10:29 +02:00
committed by CleverWild
parent 8dabec893e
commit e822a4c463
14 changed files with 1152 additions and 1070 deletions

View File

@@ -6,10 +6,10 @@ edition = "2024"
[dependencies]
ml-dsa = {workspace = true, optional = true }
rand = {workspace = true, optional = true}
memsafe = {version = "0.4.0", optional = true}
memsafe = {version = "1.0.2", optional = true}
hmac.workspace = true
alloy.workspace = true
x-wing = { version = "0.1.0-rc.0", features = ["zeroize"] }
x-wing = { version = "0.1.0", features = ["zeroize"] }
chrono.workspace = true
thiserror.workspace = true