Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d874081

Browse files
authoredFeb 18, 2025··
Remove dependency to stacker, which crashes sqlpage (#815)
* update deps * Disable stack growing in sqlparser Fixes #814 ?
1 parent 2aac5f3 commit d874081

File tree

2 files changed

+17
-60
lines changed

2 files changed

+17
-60
lines changed
 

‎Cargo.lock

Lines changed: 16 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ anyhow = "1"
4242
serde = "1"
4343
serde_json = { version = "1.0.82", features = ["preserve_order", "raw_value"] }
4444
lambda-web = { version = "0.2.1", features = ["actix4"], optional = true }
45-
sqlparser = { version = "0.54.0", features = ["visitor"] }
45+
sqlparser = { version = "0.54.0", default-features=false, features = ["std", "visitor"] }
4646
async-stream = "0.3"
4747
async-trait = "0.1.61"
4848
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.