Skip to content

Commit

Permalink
Worker packages update (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis authored Jul 8, 2024
1 parent bd7c08f commit 917fa83
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 435 deletions.
54 changes: 27 additions & 27 deletions MaintenanceWorker/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MaintenanceWorker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ worker = { version="0.3.0", features=['http', 'axum'] }
worker-macros = { version="0.3.0", features=['http'] }
axum = { version = "0.7", default-features = false }
tower-service = "0.3.2"
console_error_panic_hook = { version = "0.1.1" }
console_error_panic_hook = { version = "0.1.7" }
serde = "1.0.204"
time = { version="0.3.36", features=['parsing','macros','formatting'] }
rmp-serde = "1.3.0"
6 changes: 3 additions & 3 deletions MaintenanceWorker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"devDependencies": {
"@msgpack/msgpack": "3.0.0-beta2",
"@types/jest": "29.5.12",
"miniflare": "3.20240620.0",
"vitest": "1.6.0",
"miniflare": "3.20240701.0",
"vitest": "2.0.1",
"vitest-environment-miniflare": "2.14.2",
"wrangler": "3.62.0"
"wrangler": "3.63.1"
},
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 917fa83

Please sign in to comment.