Skip to content

Commit 383333a

Browse files
committed
0.32.0: bump spin-sdk to 1.5
1 parent f0f9bd2 commit 383333a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-client"
3-
version = "0.31.11"
3+
version = "0.32.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "HTTP-based client for libSQL and sqld"
@@ -15,7 +15,7 @@ base64 = "0.21.0"
1515
num-traits = "0.2.15"
1616
serde_json = "1.0.91"
1717
worker = { version = "0.0.18", optional = true }
18-
spin-sdk = { version = "1.4", git = "https://github.com/fermyon/spin", tag = "v1.4.1", default-features = false, optional = true }
18+
spin-sdk = { version = "1.5", git = "https://github.com/fermyon/spin", tag = "v1.5.0", default-features = false, optional = true }
1919
sqlite3-parser = { version = "0.8.0", default-features = false, features = [ "YYNOERRORRECOVERY" ] }
2020
http = { version = "0.2", optional = true }
2121
bytes = { version = "1.4.0", optional = true }
@@ -28,7 +28,7 @@ serde = "1.0.159"
2828
tracing = "0.1.37"
2929
futures = "0.3.28"
3030
fallible-iterator = "0.2.0"
31-
libsql = { version = "0.1.6", optional = true }
31+
libsql = { version = "=0.1.8", optional = true }
3232

3333
[features]
3434
default = ["local_backend", "hrana_backend", "reqwest_backend", "mapping_names_to_values_in_rows"]

0 commit comments

Comments
 (0)