Skip to content

Commit

Permalink
chore(deps): update reqwest-eventsource requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest-eventsource](https://github.com/jpopesculian/reqwest-eventsource) to permit the latest version.
- [Commits](jpopesculian/reqwest-eventsource@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: reqwest-eventsource
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 8db09fe commit 32e7a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.94"
derive_builder = "0.12.0"
reqwest = { version = "0.11.14", default-features = false, features = ["json", "stream", "multipart"], optional = true }
serde = { version = "1.0.157", features = ["derive"] }
reqwest-eventsource = "0.4.0"
reqwest-eventsource = "0.5.0"
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.70"
futures-util = "0.3.28"
Expand Down

0 comments on commit 32e7a22

Please sign in to comment.