@@ -233,7 +233,7 @@ deltalake = "0.18"
233233derive-visitor = { version = " 0.4.0" , features = [" std-types-drive" ] }
234234derive_more = " 0.99.17"
235235enumflags2 = { version = " 0.7.7" , features = [" serde" ] }
236- ethnum = { version = " 1.5.0 " }
236+ ethnum = { version = " 1.5.1 " }
237237feature-set = { version = " 0.1.1" }
238238flatbuffers = " 24" # Must use the same version with arrow-ipc
239239futures = " 0.3.24"
@@ -245,8 +245,8 @@ geozero = { version = "0.13.0", features = ["default", "with-wkb", "with-geos",
245245hashbrown = { version = " 0.14.3" , default-features = false }
246246http = " 1"
247247itertools = " 0.10.5"
248- jsonb = " 0.4.1 "
249- jwt-simple = " 0.11.0 "
248+ jsonb = " 0.5.2 "
249+ jwt-simple = { version = " 0.12.12 " , default-features = false , features = [ " pure-rust " ] }
250250match-template = " 0.0.1"
251251mysql_async = { version = " 0.34" , default-features = false , features = [" native-tls-tls" ] }
252252object_store_opendal = " 0.46"
@@ -271,7 +271,7 @@ opendal = { version = "0.49.0", features = [
271271 " services-huggingface" ,
272272 " services-redis" ,
273273] }
274- openraft = { git = " https://github.com/drmingdrmer /openraft" , tag = " v0.10.0-alpha.6 " , features = [
274+ openraft = { git = " https://github.com/databendlabs /openraft" , tag = " v0.10.0-alpha.7 " , features = [
275275 " serde" ,
276276 " tracing-log" ,
277277 " loosen-follower-log-revert" , # allows removing all data from a follower and restoring from the leader.
@@ -414,7 +414,7 @@ async-recursion = { git = "https://github.com/zhang2014/async-recursion.git", re
414414backtrace = { git = " https://github.com/rust-lang/backtrace-rs.git" , rev = " 72265be" }
415415color-eyre = { git = " https://github.com/eyre-rs/eyre.git" , rev = " e5d92c3" }
416416deltalake = { git = " https://github.com/delta-io/delta-rs" , rev = " 57795da" }
417- ethnum = { git = " https://github.com/ariesdevil/ethnum-rs " , rev = " 4cb05f1 " }
417+ jsonb = { git = " https://github.com/databendlabs/jsonb.git " , rev = " edd714b " }
418418openai_api_rust = { git = " https://github.com/datafuse-extras/openai-api" , rev = " 819a0ed" }
419419# patched opendal which categories the XML dersierialization errors as recoverable
420420opendal = { git = " https://github.com/datafuse-extras/opendal-for-release-v1.2.636" , tag = " v0.49.0-xml-deser-retry" }
0 commit comments