Skip to content

Commit d4ce10b

Browse files
build(deps): update worker requirement from 0.6.0 to 0.7.3
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.6.0...v0.7.3) --- updated-dependencies: - dependency-name: worker dependency-version: 0.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 464787f commit d4ce10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-utility-workers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ wasm-opt = false
1818
crate-type = ["cdylib"]
1919

2020
[dependencies]
21-
worker = { version = "0.6.0", features = ["http", "axum"] }
21+
worker = { version = "0.7.3", features = ["http", "axum"] }
2222
worker-macros = { version = "0.6.0", features = ["http"] }
2323
axum = { version = "0.8", default-features = false, features = [
2424
"json",

0 commit comments

Comments
 (0)