fix: specify compatible sse-stream version (#968)

This commit is contained in:
Jack Amadeo 2026-07-10 13:18:55 -04:00 committed by GitHub
parent dd30a70f84
commit 2d4c29fb02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }