Skip to content

Commit b60cad7

Browse files
authored
Merge pull request #1604 from tursodatabase/workers
libsql: Updated worker dependency to 0.2.0.
2 parents ce25cac + 22a1307 commit b60cad7

File tree

2 files changed

+46
-70
lines changed

2 files changed

+46
-70
lines changed

Cargo.lock

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

libsql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = { version = "1", optional = true }
2424
async-trait = "0.1"
2525
bitflags = { version = "2.4.0", optional = true }
2626
tower = { workspace = true, features = ["util"], optional = true }
27-
worker = { version = "0.0.18", optional = true }
27+
worker = { version = "0.2.0", optional = true }
2828

2929
bincode = { version = "1", optional = true }
3030
anyhow = { version = "1.0.71", optional = true }

0 commit comments

Comments
 (0)