diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index e1544f324685e..0a5ec9a5edf6c 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -514,9 +514,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" [[package]] name = "bytes" -version = "1.6.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bzip2-sys" @@ -721,7 +721,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33dc6ee89f0440f1fc8356fc01d5451831bd9f390d9cce6a42b5805b63b36e27" dependencies = [ "base64 0.13.0", - "bytes 1.6.0", + "bytes 1.11.1", "chrono", "dotenv", "futures", @@ -1109,7 +1109,7 @@ dependencies = [ "bincode", "bumpalo", "byteorder", - "bytes 1.6.0", + "bytes 1.11.1", "chrono", "chrono-tz", "cloud-storage", @@ -1862,7 +1862,7 @@ version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "fnv", "futures-core", "futures-sink", @@ -1881,7 +1881,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "fnv", "futures-core", "futures-sink", @@ -1929,7 +1929,7 @@ checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855" dependencies = [ "base64 0.13.0", "bitflags 1.3.2", - "bytes 1.6.0", + "bytes 1.11.1", "headers-core", "http 0.2.12", "mime", @@ -1994,7 +1994,7 @@ version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "fnv", "itoa 1.0.1", ] @@ -2005,7 +2005,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "fnv", "itoa 1.0.1", ] @@ -2025,7 +2025,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "http 0.2.12", "pin-project-lite 0.2.14", ] @@ -2036,7 +2036,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "http 1.1.0", ] @@ -2046,7 +2046,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-core", "http 1.1.0", "http-body 1.0.0", @@ -2086,7 +2086,7 @@ version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-channel", "futures-core", "futures-util", @@ -2110,7 +2110,7 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-channel", "futures-util", "h2 0.4.4", @@ -2147,7 +2147,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "hyper 0.14.28", "native-tls", "tokio", @@ -2160,7 +2160,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-channel", "futures-util", "http 1.1.0", @@ -2769,7 +2769,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "encoding_rs", "futures-util", "http 0.2.12", @@ -3897,7 +3897,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ "base64 0.21.5", - "bytes 1.6.0", + "bytes 1.11.1", "encoding_rs", "futures-core", "futures-util", @@ -3939,7 +3939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" dependencies = [ "base64 0.22.0", - "bytes 1.6.0", + "bytes 1.11.1", "futures-core", "futures-util", "h2 0.4.4", @@ -4910,7 +4910,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", - "bytes 1.6.0", + "bytes 1.11.1", "libc", "mio 0.8.11", "num_cpus", @@ -4985,7 +4985,7 @@ version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-core", "futures-io", "futures-sink", @@ -5101,7 +5101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", - "bytes 1.6.0", + "bytes 1.11.1", "data-encoding", "http 0.2.12", "httparse", @@ -5120,8 +5120,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.6.5", + "cfg-if 1.0.0", + "rand 0.8.4", "static_assertions", ] @@ -5294,7 +5294,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "futures-channel", "futures-util", "headers", diff --git a/rust/cubestore/cubestore/Cargo.toml b/rust/cubestore/cubestore/Cargo.toml index d566772e5dcc7..19d59fe5e2330 100644 --- a/rust/cubestore/cubestore/Cargo.toml +++ b/rust/cubestore/cubestore/Cargo.toml @@ -32,7 +32,7 @@ parquet = { git = "https://github.com/cube-js/arrow-rs", branch = "cube", featur arrow = { git = "https://github.com/cube-js/arrow-rs", branch = "cube" } datafusion = { git = "https://github.com/inloco/arrow-datafusion", branch = "fix-group-by-null-columns-for-cube-v0-35-43", features = ["default_nulls_last"] } csv = "1.1.3" -bytes = "1.6.0" +bytes = "1.11.1" serde_json = "1.0.56" futures = "0.3.26" smallvec = "1.11.0"