mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
examples: Remove unused reqwest-eventsource dependency (#3668)
This commit is contained in:
Generated
-23
@@ -1627,7 +1627,6 @@ dependencies = [
|
|||||||
"futures-util",
|
"futures-util",
|
||||||
"headers",
|
"headers",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"reqwest-eventsource",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tower-http",
|
"tower-http",
|
||||||
@@ -2018,12 +2017,6 @@ version = "0.3.31"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "futures-timer"
|
|
||||||
version = "3.0.3"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-util"
|
name = "futures-util"
|
||||||
version = "0.3.31"
|
version = "0.3.31"
|
||||||
@@ -3655,22 +3648,6 @@ dependencies = [
|
|||||||
"webpki-roots 1.0.6",
|
"webpki-roots 1.0.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "reqwest-eventsource"
|
|
||||||
version = "0.6.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde"
|
|
||||||
dependencies = [
|
|
||||||
"eventsource-stream",
|
|
||||||
"futures-core",
|
|
||||||
"futures-timer",
|
|
||||||
"mime",
|
|
||||||
"nom",
|
|
||||||
"pin-project-lite",
|
|
||||||
"reqwest",
|
|
||||||
"thiserror 1.0.69",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "resolv-conf"
|
name = "resolv-conf"
|
||||||
version = "0.7.6"
|
version = "0.7.6"
|
||||||
|
|||||||
@@ -18,4 +18,3 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
eventsource-stream = "0.2"
|
eventsource-stream = "0.2"
|
||||||
reqwest = { version = "0.12", default-features = false, features = ["stream"] }
|
reqwest = { version = "0.12", default-features = false, features = ["stream"] }
|
||||||
reqwest-eventsource = "0.6"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user