Skip to content

Commit

Permalink
Update worker requirement from 0.3.4 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [worker](https://github.com/cloudflare/workers-rs) to permit the latest version.
- [Release notes](https://github.com/cloudflare/workers-rs/releases)
- [Commits](cloudflare/workers-rs@v0.3.4...v0.4.0)

---
updated-dependencies:
- dependency-name: worker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 91482f0 commit f109b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/worker.rs"

[dependencies]
data_model = { path = "../data_model" }
worker = { version = "0.3.4", features = ["queue"] }
worker = { version = "0.4.0", features = ["queue"] }
serde_derive = "~1.0"
serde = "~1.0"
serde_json = "1.0.107"

0 comments on commit f109b0a

Please sign in to comment.