Skip to content

Commit e2e306c

Browse files
dependabot[bot]aquarhead
authored andcommitted
Bump worker from 0.4.2 to 0.5.0
Bumps [worker](https://github.com/cloudflare/workers-rs) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/cloudflare/workers-rs/releases) - [Commits](cloudflare/workers-rs@v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: worker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86f8747 commit e2e306c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
worker = "0.4"
14+
worker = "0.5"
1515
worker-kv = "*"
1616
console_error_panic_hook = "0.1"
1717
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)