crates: upgrade

This commit is contained in:
nym21
2025-04-18 18:20:40 +02:00
parent 1cfb7b5615
commit a464d5d0b6
2 changed files with 57 additions and 55 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ color-eyre = { workspace = true }
jiff = { workspace = true }
log = { workspace = true }
minreq = { workspace = true }
oxc = { version = "0.63.0", features = ["codegen", "minifier"] }
oxc = { version = "0.64.0", features = ["codegen", "minifier"] }
serde = { workspace = true }
tokio = { version = "1.44.2", features = ["full"] }
tower-http = { version = "0.6.2", features = ["compression-full", "trace"] }