Update crates and enable logging

This commit is contained in:
2025-03-05 23:40:23 -05:00
parent d878b2bf8b
commit 2981b9cfff
3 changed files with 16 additions and 12 deletions

View File

@@ -21,8 +21,8 @@ crate-type = ["cdylib"]
[dependencies]
base64 = "0.22"
worker = { version = "0.3.4" }
worker-macros = { version = "0.3.4" }
worker = { version = "0.5.0" }
worker-macros = { version = "0.5.0" }
console_error_panic_hook = { version = "0.1.7" }
hex = "0.4"
hmac = "0.12"
@@ -31,4 +31,4 @@ sha2 = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3"
markdown = "1.0.0-alpha.20"
markdown = "1.0.0-alpha.23"