fix: specify compatible sse-stream version (#968)
This commit is contained in:
parent
dd30a70f84
commit
2d4c29fb02
1 changed files with 5 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ reqwest = { version = "0.13.2", default-features = false, features = [
|
|||
"stream",
|
||||
], optional = true }
|
||||
|
||||
sse-stream = { version = "0.2", optional = true }
|
||||
sse-stream = { version = "0.2.4", optional = true }
|
||||
|
||||
http = { version = "1", optional = true }
|
||||
url = { version = "2.4", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue