Skip to content

Commit 9838be4

Browse files
committed
bump libsql
1 parent 0891212 commit 9838be4

3 files changed

Lines changed: 19 additions & 18 deletions

File tree

Cargo.toml

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

1212
[dependencies]
13-
libsql = { version = "0.9.11", features = ["encryption"] }
13+
libsql = { git = "https://github.com/tursodatabase/libsql/", rev = "11a31116e6572dc2ccf6511ed1db0b53ab402662", features = ["encryption"] }
1414
napi = { version = "2", default-features = false, features = ["napi6", "tokio_rt", "async"] }
1515
napi-derive = "2"
1616
once_cell = "1.18.0"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"test": "cd integration-tests && npm i && npm run test",
5656
"universal": "napi universal",
5757
"version": "napi version"
58-
}
58+
},
59+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
5960
}

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
8181

8282
"@types/estree@^1.0.0":
83-
version "1.0.8"
84-
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz"
85-
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
83+
version "1.0.7"
84+
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz"
85+
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
8686

87-
"@vercel/nft@^0.29.4":
87+
"@vercel/nft@^0.29.2":
8888
version "0.29.4"
8989
resolved "https://registry.npmjs.org/@vercel/nft/-/nft-0.29.4.tgz"
9090
integrity sha512-6lLqMNX3TuycBPABycx7A9F1bHQR7kiQln6abjFbPrf5C/05qHM9M5E4PeTE59c7z8g6vHnx1Ioihb2AQl7BTA==
@@ -120,9 +120,9 @@ acorn-walk@^8.3.4:
120120
acorn "^8.11.0"
121121

122122
acorn@^8, acorn@^8.11.0, acorn@^8.14.1, acorn@^8.6.0:
123-
version "8.15.0"
124-
resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz"
125-
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
123+
version "8.14.1"
124+
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz"
125+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
126126

127127
agent-base@^7.1.2:
128128
version "7.1.3"
@@ -179,11 +179,11 @@ async-sema@^3.1.1:
179179
integrity sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==
180180

181181
ava@^6.0.1:
182-
version "6.4.0"
183-
resolved "https://registry.npmjs.org/ava/-/ava-6.4.0.tgz"
184-
integrity sha512-aeFapuBZtaGwVMlFFf074SZJ0bPcdmAdJdsvhHMp+XaOnC2DgeMzopb7yyYAhulNGRJQfUK/SIBYo2PoX7+gtw==
182+
version "6.3.0"
183+
resolved "https://registry.npmjs.org/ava/-/ava-6.3.0.tgz"
184+
integrity sha512-64K+xNmlgMo1D94evJlkBWmJ6CGrO6oEctGEjA3PIl5GrwZyMXM5OEycZWnKGduE1YdqMvYDl29SgnNk7kyx+A==
185185
dependencies:
186-
"@vercel/nft" "^0.29.4"
186+
"@vercel/nft" "^0.29.2"
187187
acorn "^8.14.1"
188188
acorn-walk "^8.3.4"
189189
ansi-styles "^6.2.1"
@@ -200,7 +200,7 @@ ava@^6.0.1:
200200
common-path-prefix "^3.0.0"
201201
concordance "^5.0.4"
202202
currently-unhandled "^0.4.1"
203-
debug "^4.4.1"
203+
debug "^4.4.0"
204204
emittery "^1.1.0"
205205
figures "^6.1.0"
206206
globby "^14.1.0"
@@ -380,17 +380,17 @@ date-time@^3.1.0:
380380
dependencies:
381381
time-zone "^1.0.0"
382382

383-
debug@^4.4.1, debug@4:
383+
debug@^4.4.0, debug@4:
384384
version "4.4.1"
385385
resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz"
386386
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
387387
dependencies:
388388
ms "^2.1.3"
389389

390390
detect-libc@^2.0.0:
391-
version "2.0.2"
392-
resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz"
393-
integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==
391+
version "2.0.4"
392+
resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz"
393+
integrity sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==
394394

395395
eastasianwidth@^0.2.0:
396396
version "0.2.0"

0 commit comments

Comments
 (0)