diff --git a/Cargo.toml b/Cargo.toml index cb74262..96fa810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ metrics = "0.24.1" rand = "0.8.5" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" -thiserror = "2.0.3" -tokio = { version = "1.41.1", features = ["full"] } +thiserror = "2.0.4" +tokio = { version = "1.42.0", features = ["full"] } tokio-tungstenite = "0.24.0" # Development diff --git a/package.json b/package.json index 9cd8eb6..c93047a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "4.20241202.0", - "@playform/build": "0.1.9", + "@playform/build": "0.2.0", "@types/dotenv": "8.2.3", "miniflare": "3.20241106.2", "wrangler": "3.92.0"