diff --git a/Cargo.lock b/Cargo.lock index 8c0296cca..717d9cdb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,9 +1362,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bytes-utils" diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index f99f90000..c7e94978d 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -30,7 +30,7 @@ async-trait = { workspace = true } serde.workspace = true serde_json.workspace = true once_cell = "1.19.0" -bytes = "1.5.0" +bytes = "1.6.0" napi-derive = "2.16.0" napi = { version = "2.16.0", default-features = false, features = ["full"] } diff --git a/crates/bytesutil/Cargo.toml b/crates/bytesutil/Cargo.toml index f0096901f..03d023c11 100644 --- a/crates/bytesutil/Cargo.toml +++ b/crates/bytesutil/Cargo.toml @@ -7,4 +7,4 @@ edition = {workspace = true} workspace = true [dependencies] -bytes = "1.4.0" +bytes = "1.6.0" diff --git a/crates/datasources/Cargo.toml b/crates/datasources/Cargo.toml index 0cbaf42cd..56493cf71 100644 --- a/crates/datasources/Cargo.toml +++ b/crates/datasources/Cargo.toml @@ -15,7 +15,7 @@ async-stream = "0.3.5" async-trait = { workspace = true } bigquery-storage = { git = "https://github.com/glaredb/bigquery-storage", branch = "deps/2023-10-27-update" } bitvec = "1" -bytes = "1.4.0" +bytes = "1.6.0" chrono = { workspace = true } chrono-tz = "0.8.6" datafusion = { workspace = true } diff --git a/crates/ioutil/Cargo.toml b/crates/ioutil/Cargo.toml index 69f25bc57..2bc312c52 100644 --- a/crates/ioutil/Cargo.toml +++ b/crates/ioutil/Cargo.toml @@ -7,5 +7,5 @@ edition = {workspace = true} workspace = true [dependencies] -bytes = "1.4.0" +bytes = "1.6.0" home = "0.5.9" diff --git a/crates/metastore/Cargo.toml b/crates/metastore/Cargo.toml index 6fc4b9531..9ba40d3d0 100644 --- a/crates/metastore/Cargo.toml +++ b/crates/metastore/Cargo.toml @@ -24,7 +24,7 @@ tokio = { workspace = true } tonic = { workspace = true } tracing = { workspace = true } uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } -bytes = "1.4" +bytes = "1.6" once_cell = "1.19.0" tower = "0.4" dashmap = "5.5.0" diff --git a/crates/object_store_util/Cargo.toml b/crates/object_store_util/Cargo.toml index ac1f15342..ad1a3cc2a 100644 --- a/crates/object_store_util/Cargo.toml +++ b/crates/object_store_util/Cargo.toml @@ -15,7 +15,7 @@ thiserror.workspace = true tracing = { workspace = true } tokio = { workspace = true } tempfile = "3" -bytes = "1.4.0" +bytes = "1.6.0" moka = { version = "0.12.5", features = ["future"] } uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } once_cell = "1.19.0" diff --git a/crates/pgprototest/Cargo.toml b/crates/pgprototest/Cargo.toml index 2ba4e38ce..ea007b383 100644 --- a/crates/pgprototest/Cargo.toml +++ b/crates/pgprototest/Cargo.toml @@ -13,5 +13,5 @@ clap = { workspace = true } anyhow = { workspace = true } datadriven = "0.6.0" postgres-protocol = "0.6.5" -bytes = "1.4.0" +bytes = "1.6.0" fallible-iterator = "0.2.0" diff --git a/crates/pgrepr/Cargo.toml b/crates/pgrepr/Cargo.toml index 55a2649a9..1b98e9991 100644 --- a/crates/pgrepr/Cargo.toml +++ b/crates/pgrepr/Cargo.toml @@ -17,6 +17,6 @@ decimal = { path = "../decimal" } num-traits = "0.2.18" dtoa = "1.0.9" chrono-tz = "0.8.6" -bytes = "1.4.0" +bytes = "1.6.0" const_format = "0.2.32" once_cell = "1.19.0" diff --git a/crates/pgsrv/Cargo.toml b/crates/pgsrv/Cargo.toml index bdd4c0a98..1d6569a75 100644 --- a/crates/pgsrv/Cargo.toml +++ b/crates/pgsrv/Cargo.toml @@ -21,7 +21,7 @@ bytesutil = {path = "../bytesutil"} parser = { path = "../parser" } pgrepr = {path = "../pgrepr"} datafusion_ext = {path = "../datafusion_ext"} -bytes = "1.4.0" +bytes = "1.6.0" rustls = "0.21.10" webpki-roots = "0.26.1" tokio-rustls = "0.24.1" diff --git a/crates/rpcsrv/Cargo.toml b/crates/rpcsrv/Cargo.toml index 5024ff139..07d4b4164 100644 --- a/crates/rpcsrv/Cargo.toml +++ b/crates/rpcsrv/Cargo.toml @@ -27,7 +27,7 @@ telemetry = { path = "../telemetry" } base64 = "0.22.0" -bytes = "1.4" +bytes = "1.6" dashmap = "5.5.0" once_cell = "1.19.0" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } diff --git a/crates/snowflake_connector/Cargo.toml b/crates/snowflake_connector/Cargo.toml index a2baff184..f0a730b93 100644 --- a/crates/snowflake_connector/Cargo.toml +++ b/crates/snowflake_connector/Cargo.toml @@ -17,7 +17,7 @@ uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } datafusion = { workspace = true } hex = "0.4.3" base64 = "0.22.0" -bytes = "1.4.0" +bytes = "1.6.0" flate2 = "1.0.28" decimal = { path = "../decimal" } diff --git a/crates/sqlexec/Cargo.toml b/crates/sqlexec/Cargo.toml index 516a5361b..a9125348d 100644 --- a/crates/sqlexec/Cargo.toml +++ b/crates/sqlexec/Cargo.toml @@ -29,7 +29,7 @@ async-trait = { workspace = true } datafusion = { workspace = true } prost = { workspace = true } datafusion-proto = { workspace = true } -bytes = "1.4.0" +bytes = "1.6.0" futures = { workspace = true } tracing = { workspace = true } object_store = { workspace = true }