chore(deps): Bump bytes from 1.1.0 to 1.2.0 (#5156)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
b1756528a9
commit
278a7f91af
compactor
generated_types
influxdb2_client
influxdb_iox
influxdb_iox_client
ingester
iox_tests
ioxd_common
mutable_batch_tests
object_store_metrics
parquet_file
router
service_grpc_flight
service_grpc_object_store
test_helpers_end_to_end
|
@ -555,9 +555,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
||||
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
|
||||
|
||||
[[package]]
|
||||
name = "cache_system"
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
arrow = { version = "18.0.0", features = ["prettyprint"] }
|
||||
async-trait = "0.1.56"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
data_types = { path = "../data_types" }
|
||||
datafusion = { path = "../datafusion" }
|
||||
futures = "0.3"
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
|
||||
[dependencies] # In alphabetical order
|
||||
base64 = "0.13"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
data_types = { path = "../data_types", optional = true }
|
||||
datafusion = { path = "../datafusion", optional = true }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
|
|
|
@ -5,7 +5,7 @@ authors = ["Paul Dix <paul@pauldix.net>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies] # In alphabetical order
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
@ -39,7 +39,7 @@ trogging = { path = "../trogging", default-features = false, features = ["clap"]
|
|||
ansi_term = "0.12"
|
||||
arrow = { version = "18.0.0", features = ["prettyprint"] }
|
||||
backtrace = "0.3"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
clap = { version = "3", features = ["derive", "env"] }
|
||||
console-subscriber = { version = "0.1.6", optional = true, features = ["parking_lot"] }
|
||||
dotenv = "0.15.0"
|
||||
|
|
|
@ -22,7 +22,7 @@ mutable_batch_pb = { path = "../mutable_batch_pb", optional = true }
|
|||
# Crates.io dependencies, in alphabetical order
|
||||
arrow = { version = "18.0.0", optional = true }
|
||||
arrow-flight = { version = "18.0.0", optional = true }
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
futures-util = { version = "0.3", optional = true }
|
||||
prost = "0.10"
|
||||
rand = "0.8.3"
|
||||
|
|
|
@ -10,7 +10,7 @@ arrow-flight = "18.0.0"
|
|||
arrow_util = { path = "../arrow_util" }
|
||||
async-trait = "0.1.56"
|
||||
backoff = { path = "../backoff" }
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
datafusion = { path = "../datafusion" }
|
||||
datafusion_util = { path = "../datafusion_util" }
|
||||
data_types = { path = "../data_types" }
|
||||
|
|
|
@ -7,7 +7,7 @@ description = "IOx test utils and tests"
|
|||
|
||||
[dependencies]
|
||||
arrow = "18.0.0"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
data_types = { path = "../data_types" }
|
||||
datafusion = { path = "../datafusion" }
|
||||
iox_catalog = { path = "../iox_catalog" }
|
||||
|
|
|
@ -28,7 +28,7 @@ trace_http = { path = "../trace_http" }
|
|||
|
||||
# Crates.io dependencies, in alphabetical order
|
||||
async-trait = "0.1"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
clap = { version = "3", features = ["derive", "env"] }
|
||||
chrono = { version = "0.4", default-features = false }
|
||||
flate2 = "1.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ mutable_batch_pb = { path = "../mutable_batch_pb" }
|
|||
prost = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
|
||||
[dependencies] # In alphabetical order
|
||||
async-trait = "0.1.56"
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
futures = "0.3"
|
||||
iox_time = { version = "0.1.0", path = "../iox_time" }
|
||||
metric = { version = "0.1.0", path = "../metric" }
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
[dependencies] # In alphabetical order
|
||||
arrow = { version = "18.0.0", features = ["prettyprint"] }
|
||||
base64 = "0.13"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
data_types = { path = "../data_types" }
|
||||
datafusion = { path = "../datafusion" }
|
||||
datafusion_util = { path = "../datafusion_util" }
|
||||
|
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
data_types = { path = "../data_types" }
|
||||
dml = { path = "../dml" }
|
||||
flate2 = "1.0"
|
||||
|
|
|
@ -20,7 +20,7 @@ tracker = { path = "../tracker" }
|
|||
# Crates.io dependencies, in alphabetical order
|
||||
arrow = { version = "18.0.0", features = ["prettyprint"] }
|
||||
arrow-flight = "18.0.0"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
futures = "0.3"
|
||||
pin-project = "1.0"
|
||||
prost = "0.10"
|
||||
|
|
|
@ -17,5 +17,5 @@ uuid = { version = "1", features = ["v4"] }
|
|||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
||||
[dev-dependencies]
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
metric = { path = "../metric" }
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
arrow = { version = "18.0.0", features = ["prettyprint"] }
|
||||
arrow_util = { path = "../arrow_util" }
|
||||
assert_cmd = "2.0.2"
|
||||
bytes = "1.0"
|
||||
bytes = "1.2"
|
||||
futures = "0.3"
|
||||
generated_types = { path = "../generated_types" }
|
||||
http = "0.2.8"
|
||||
|
|
Loading…
Reference in New Issue