chore: try use stream feature flag
This commit is contained in:
parent
b525e333f0
commit
f2f3695cfb
|
|
@ -40,7 +40,7 @@ secrecy.workspace = true
|
||||||
rand = { version = "0.8", features = ["std_rng"] }
|
rand = { version = "0.8", features = ["std_rng"] }
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
thiserror = "1.0.56"
|
thiserror = "1.0.56"
|
||||||
reqwest = { workspace = true, features = ["json", "rustls-tls", "cookies"] }
|
reqwest = { workspace = true, features = ["json", "rustls-tls", "cookies", "stream"] }
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
lazy_static.workspace = true
|
lazy_static.workspace = true
|
||||||
fancy-regex = "0.11.0"
|
fancy-regex = "0.11.0"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = { version = "0.11.27", features = ["stream", "json"] }
|
reqwest = { workspace = true }
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
serde_repr = "0.1.18"
|
serde_repr = "0.1.18"
|
||||||
gotrue = { path = "../gotrue" }
|
gotrue = { path = "../gotrue" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue