From f07773e55ecb92042d548a808122632f4706327f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:37:34 +0000 Subject: [PATCH] Update reqwest-eventsource requirement from 0.5.0 to 0.6.0 Updates the requirements on [reqwest-eventsource](https://github.com/jpopesculian/reqwest-eventsource) to permit the latest version. - [Commits](https://github.com/jpopesculian/reqwest-eventsource/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: reqwest-eventsource dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 817d762..753ed91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }