Skip to content

Commit

Permalink
Merge pull request #5 from amphitheatre-app/dependabot/cargo/reqwest-…
Browse files Browse the repository at this point in the history
…eventsource-0.6.0

Update reqwest-eventsource requirement from 0.5.0 to 0.6.0
  • Loading branch information
wangeguo authored Apr 1, 2024
2 parents d4fb2c1 + f07773e commit 980372e
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 @@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.7.8" }
futures = "0.3"
reqwest-eventsource = "0.5.0"
reqwest-eventsource = "0.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
tokio = { version = "1.33.0", features = ["full"] }
Expand Down

0 comments on commit 980372e

Please sign in to comment.