We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571a1ce commit 6d27e6fCopy full SHA for 6d27e6f
1 file changed
libsql/Cargo.toml
@@ -25,7 +25,7 @@ serde_json = { version = "1", features = ["float_roundtrip"], optional = true }
25
async-trait = "0.1"
26
bitflags = { version = "2.4.0", optional = true }
27
tower = { workspace = true, features = ["util"], optional = true }
28
-worker = { version = "0.4.1", optional = true }
+worker = { version = "0.6.7", optional = true }
29
30
bincode = { version = "1", optional = true }
31
anyhow = { version = "1.0.71", optional = true }
0 commit comments