chore(server): bump octobase versions (#4893)

Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
liuyi
2023-11-10 10:25:28 +08:00
committed by GitHub
parent 063f5a683e
commit 7698a6ac8e
3 changed files with 65 additions and 37 deletions

View File

@@ -8,9 +8,9 @@ crate-type = ["cdylib"]
[dependencies]
chrono = "0.4"
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "aad9e5b" }
napi = { version = "2", default-features = false, features = [
"napi5",
"async",

View File

@@ -25,7 +25,7 @@ rand = "0.8"
serde = "1"
serde_json = "1"
sha3 = "0.10"
sqlx = { version = "0.7.1", default-features = false, features = [
sqlx = { version = "0.7.2", default-features = false, features = [
"sqlite",
"migrate",
"runtime-tokio",
@@ -44,7 +44,7 @@ uuid = { version = "1", default-features = false, features = [
affine_schema = { path = "./schema" }
dotenv = "0.15"
napi-build = "2"
sqlx = { version = "0.7.1", default-features = false, features = [
sqlx = { version = "0.7.2", default-features = false, features = [
"sqlite",
"runtime-tokio",
"tls-rustls",