Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 4, 2024
1 parent 0d2d4a4 commit 6c052e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c052e0

Please sign in to comment.