Skip to content

Commit

Permalink
chore: bump opensrv to 6cbb806
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Nov 20, 2024
1 parent de9b70d commit 35199b8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 5 deletions.
58 changes: 54 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,9 @@ ethnum = { git = "https://github.com/ariesdevil/ethnum-rs", rev = "4cb05f1" }
openai_api_rust = { git = "https://github.com/datafuse-extras/openai-api", rev = "819a0ed" }
# patched opendal which categories the XML dersierialization errors as recoverable
opendal = { git = "https://github.com/datafuse-extras/opendal-for-release-v1.2.636", rev = "6c490a0" }
opensrv-mysql = { git = "https://github.com/databendlabs/opensrv", rev = "6cbb806" }
orc-rust = { git = "https://github.com/youngsofun/datafusion-orc", rev = "1745375" }
recursive = { git = "https://github.com/zhang2014/recursive.git", rev = "6af35a1" }
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }
xorfilter-rs = { git = "https://github.com/datafuse-extras/xorfilter", tag = "databend-alpha.4" }

2 changes: 1 addition & 1 deletion src/query/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ rand = { workspace = true }
recursive = "0.1.1"
regex = { workspace = true }
reqwest = { workspace = true }
rustls = "0.22"
rustls = "0.23"
rustls-pemfile = "2"
rustls-pki-types = "1"
rustyline = "14"
Expand Down

0 comments on commit 35199b8

Please sign in to comment.