diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index 1df7d0ec3f1e5..d659d61ca1f28 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -548,9 +548,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" @@ -765,7 +765,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", @@ -1169,7 +1169,7 @@ dependencies = [ "bincode", "bumpalo", "byteorder", - "bytes 1.6.0", + "bytes 1.11.1", "chrono", "chrono-tz", "cloud-storage", @@ -1936,7 +1936,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", @@ -1955,7 +1955,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", @@ -1997,7 +1997,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", @@ -2062,7 +2062,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", ] @@ -2073,7 +2073,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", ] @@ -2093,7 +2093,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", ] @@ -2104,7 +2104,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", ] @@ -2114,7 +2114,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", @@ -2154,7 +2154,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", @@ -2178,7 +2178,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", @@ -2216,7 +2216,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", @@ -2229,7 +2229,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", @@ -2849,7 +2849,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", @@ -3284,7 +3284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6351496aeaa49d7c267fb480678d85d1cd30c5edb20b497c48c56f62a8c14b99" dependencies = [ "async-trait", - "bytes 1.6.0", + "bytes 1.11.1", "http 1.1.0", "opentelemetry", "reqwest 0.12.5", @@ -3755,7 +3755,7 @@ version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "prost-derive", ] @@ -3821,7 +3821,7 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "pin-project-lite 0.2.14", "quinn-proto", "quinn-udp", @@ -3839,7 +3839,7 @@ version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd" dependencies = [ - "bytes 1.6.0", + "bytes 1.11.1", "rand 0.8.4", "ring 0.17.8", "rustc-hash 2.0.0", @@ -4174,7 +4174,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", @@ -4216,7 +4216,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" dependencies = [ "base64 0.22.0", - "bytes 1.6.0", + "bytes 1.11.1", "futures-channel", "futures-core", "futures-util", @@ -5231,7 +5231,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", @@ -5306,7 +5306,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", @@ -5332,7 +5332,7 @@ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-trait", "base64 0.22.0", - "bytes 1.6.0", + "bytes 1.11.1", "http 1.1.0", "http-body 1.0.0", "http-body-util", @@ -5490,7 +5490,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", @@ -5509,7 +5509,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "rand 0.8.4", "static_assertions", ] @@ -5695,7 +5695,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 cf20f802539bd..f8735ccd16e4e 100644 --- a/rust/cubestore/cubestore/Cargo.toml +++ b/rust/cubestore/cubestore/Cargo.toml @@ -31,7 +31,7 @@ cubeshared = { path = "../../cubeshared" } cuberpc = { path = "../cuberpc" } datafusion = { git = "https://github.com/cube-js/arrow-datafusion", branch = "cube", 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"