Skip to content

Commit

Permalink
upgrade reqwest-eventsource to 0.5.0
Browse files Browse the repository at this point in the history
Summary: We need access to the error message happened in the eventsource.

Reviewed By: AnonymousMonkey2021

Differential Revision: D49983583

fbshipit-source-id: f03c5d0b48dd3573461b6ca91e99838e8cd19dec
  • Loading branch information
fanzeyi authored and facebook-github-bot committed Oct 6, 2023
1 parent dedbce5 commit 637949d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/lib/commitcloudsubscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mime = "0.3.14"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
regex = "1.9.2"
reqwest = { version = "0.11.18", features = ["blocking", "cookies", "json", "multipart", "native-tls", "rustls-tls", "rustls-tls-native-roots", "stream"] }
reqwest-eventsource = "0.4.0"
reqwest-eventsource = "0.5.0"
rust-ini = { version = "0.17", features = ["inline-comment"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
Expand Down

0 comments on commit 637949d

Please sign in to comment.