mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
chore: update to released bytes 1.0 (#3317)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
|||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
|
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
|
||||||
bytes = { git = "https://github.com/tokio-rs/bytes" }
|
bytes = "1.0.0"
|
||||||
futures = { version = "0.3.0", features = ["thread-pool"]}
|
futures = { version = "0.3.0", features = ["thread-pool"]}
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ tokio = { version = "1.0.0", path = "../tokio", features = ["rt", "sync", "time"
|
|||||||
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
|
|
||||||
bytes = { git = "https://github.com/tokio-rs/bytes" }
|
bytes = "1.0.0"
|
||||||
futures-core = "0.3.0"
|
futures-core = "0.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ __docs_rs = ["futures-util"]
|
|||||||
tokio = { version = "1.0.0", path = "../tokio" }
|
tokio = { version = "1.0.0", path = "../tokio" }
|
||||||
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
||||||
|
|
||||||
bytes = { git = "https://github.com/tokio-rs/bytes" }
|
bytes = "1.0.0"
|
||||||
futures-core = "0.3.0"
|
futures-core = "0.3.0"
|
||||||
futures-sink = "0.3.0"
|
futures-sink = "0.3.0"
|
||||||
futures-io = { version = "0.3.0", optional = true }
|
futures-io = { version = "0.3.0", optional = true }
|
||||||
|
|||||||
+1
-1
@@ -92,7 +92,7 @@ tokio-macros = { version = "1.0.0", path = "../tokio-macros", optional = true }
|
|||||||
pin-project-lite = "0.2.0"
|
pin-project-lite = "0.2.0"
|
||||||
|
|
||||||
# Everything else is optional...
|
# Everything else is optional...
|
||||||
bytes = { git = "https://github.com/tokio-rs/bytes", optional = true }
|
bytes = { version = "1.0.0", optional = true }
|
||||||
once_cell = { version = "1.5.2", optional = true }
|
once_cell = { version = "1.5.2", optional = true }
|
||||||
memchr = { version = "2.2", optional = true }
|
memchr = { version = "2.2", optional = true }
|
||||||
mio = { version = "0.7.6", optional = true }
|
mio = { version = "0.7.6", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user