Skip to content

Commit

Permalink
chore: update worker requirement from 0.1.0 to 0.3.0 (#13)
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@worker-build-v0.1.0...v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent de236bc commit 378fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
reqwest = { version = "0.12.0", features = ["json"] }
serde = "1.0.171"
serde_json = "1.0.102"
worker = "0.1.0"
worker = "0.3.0"

[profile.release]
lto = true
Expand Down

0 comments on commit 378fadd

Please sign in to comment.