We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859a10 commit 2b56e2cCopy full SHA for 2b56e2c
Cargo.toml
@@ -16,7 +16,7 @@ reqwest = { version = "0.12", default-features = false, features = [
16
"stream",
17
"multipart",
18
], optional = true }
19
-serde = { version = "1.0", features = ["derive"] }
+serde = { version = "^1.0", features = ["derive"] }
20
reqwest-eventsource = "0.6"
21
tokio = { version = "1.0", features = ["full"] }
22
anyhow = "1.0"
0 commit comments