Skip to content

Commit

Permalink
Bump worker-macros from 0.2.0 to 0.3.0 in /MaintenanceWorker (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent e1f36f6 commit aae6f9d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 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 @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[dependencies]
worker = { version="0.2.0", features=['http', 'axum'] }
worker-macros = { version="0.2.0", features=['http'] }
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" }
Expand Down

0 comments on commit aae6f9d

Please sign in to comment.