chore: update to released bytes 1.0 (#3317)

This commit is contained in:
Luke Steensen 2020-12-22 19:09:26 -06:00 committed by GitHub
parent be9fdb697d
commit a8dda19da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ tokio-stream = { version = "0.1", path = "../tokio-stream" }
async-stream = "0.3"
tracing = "0.1"
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"]}
http = "0.2"
serde = "1.0"

View File

@ -25,7 +25,7 @@ tokio = { version = "1.0.0", path = "../tokio", features = ["rt", "sync", "time"
tokio-stream = { version = "0.1", path = "../tokio-stream" }
async-stream = "0.3"
bytes = { git = "https://github.com/tokio-rs/bytes" }
bytes = "1.0.0"
futures-core = "0.3.0"
[dev-dependencies]

View File

@ -40,7 +40,7 @@ __docs_rs = ["futures-util"]
tokio = { version = "1.0.0", path = "../tokio" }
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-sink = "0.3.0"
futures-io = { version = "0.3.0", optional = true }

View File

@ -92,7 +92,7 @@ tokio-macros = { version = "1.0.0", path = "../tokio-macros", optional = true }
pin-project-lite = "0.2.0"
# 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 }
memchr = { version = "2.2", optional = true }
mio = { version = "0.7.6", optional = true }