Skip to content

Commit 50e92d0

Browse files
chore(deps): update rust crate worker to 0.5 (dev) (#12127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <[email protected]>
1 parent bc4dfcd commit 50e92d0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.

crates/tauri-schema-worker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ publish = false
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
worker = { version = "0.3", features = ['http', 'axum'] }
12-
worker-macros = { version = "0.3", features = ['http'] }
11+
worker = { version = "0.5", features = ['http', 'axum'] }
12+
worker-macros = { version = "0.5", features = ['http'] }
1313
console_error_panic_hook = { version = "0.1" }
1414
axum = { version = "0.7", default-features = false }
1515
tower-service = "0.3"

0 commit comments

Comments
 (0)