From 72c9d55a2237f253fd3e1e2d78f4986ddee0afba Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Mon, 27 May 2024 13:08:07 +0000 Subject: [PATCH] Prepare release 0.13.0-rc.26 Signed-off-by: GitHub actions --- Cargo.lock | 36 ++++++++++----------- Cargo.toml | 28 ++++++++-------- Dockerfile.learn | 2 +- tremor-api/Cargo.toml | 14 ++++---- tremor-cli/Cargo.toml | 20 ++++++------ tremor-codec/Cargo.toml | 10 +++--- tremor-common/Cargo.toml | 2 +- tremor-config/Cargo.toml | 4 +-- tremor-connectors-aws/Cargo.toml | 16 ++++----- tremor-connectors-gcp/Cargo.toml | 20 ++++++------ tremor-connectors-object-storage/Cargo.toml | 6 ++-- tremor-connectors-otel/Cargo.toml | 14 ++++---- tremor-connectors-test-helpers/Cargo.toml | 2 +- tremor-connectors/Cargo.toml | 20 ++++++------ tremor-influx/Cargo.toml | 2 +- tremor-interceptor/Cargo.toml | 8 ++--- tremor-pipeline/Cargo.toml | 12 +++---- tremor-script/Cargo.toml | 10 +++--- tremor-system/Cargo.toml | 8 ++--- tremor-value/Cargo.toml | 4 +-- 20 files changed, 119 insertions(+), 119 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ccbe64c34b..82b686736d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6841,7 +6841,7 @@ dependencies = [ [[package]] name = "tremor-api" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "env_logger", "halfbrown", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "tremor-cli" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "clap", @@ -6909,7 +6909,7 @@ dependencies = [ [[package]] name = "tremor-codec" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "apache-avro", "async-recursion", @@ -6945,7 +6945,7 @@ dependencies = [ [[package]] name = "tremor-common" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "base64 0.22.1", "beef", @@ -6964,7 +6964,7 @@ dependencies = [ [[package]] name = "tremor-config" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "serde", "tremor-value", @@ -6972,7 +6972,7 @@ dependencies = [ [[package]] name = "tremor-connectors" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-compression", @@ -7050,7 +7050,7 @@ dependencies = [ [[package]] name = "tremor-connectors-aws" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-channel 2.3.0", @@ -7080,7 +7080,7 @@ dependencies = [ [[package]] name = "tremor-connectors-gcp" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7121,7 +7121,7 @@ dependencies = [ [[package]] name = "tremor-connectors-object-storage" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-trait", @@ -7134,7 +7134,7 @@ dependencies = [ [[package]] name = "tremor-connectors-otel" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7160,7 +7160,7 @@ dependencies = [ [[package]] name = "tremor-connectors-test-helpers" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "lazy_static", "log", @@ -7170,7 +7170,7 @@ dependencies = [ [[package]] name = "tremor-influx" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "criterion", "lexical", @@ -7182,7 +7182,7 @@ dependencies = [ [[package]] name = "tremor-interceptor" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "brotli", @@ -7229,7 +7229,7 @@ dependencies = [ [[package]] name = "tremor-pipeline" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "beef", "criterion", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "async-trait", @@ -7305,7 +7305,7 @@ dependencies = [ [[package]] name = "tremor-script" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "atty", "beef", @@ -7356,7 +7356,7 @@ dependencies = [ [[package]] name = "tremor-system" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "anyhow", "either", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "tremor-value" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" dependencies = [ "base64 0.22.1", "beef", diff --git a/Cargo.toml b/Cargo.toml index dd8268bd16..a7848034c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "tremor-runtime" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" rust-version = "1.62" [workspace] @@ -43,19 +43,19 @@ lto = "thin" opt-level = 3 [dependencies] -tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.25" } -tremor-common = { path = "tremor-common", version = "0.13.0-rc.25" } -tremor-config = { path = "tremor-config", version = "0.13.0-rc.25" } -tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.25" } -tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.25" } -tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.25" } -tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.25" } -tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.25" } -tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.25" } -tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.25" } -tremor-script = { path = "tremor-script", version = "0.13.0-rc.25" } -tremor-system = { path = "tremor-system", version = "0.13.0-rc.25" } -tremor-value = { path = "tremor-value", version = "0.13.0-rc.25" } +tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.26" } +tremor-common = { path = "tremor-common", version = "0.13.0-rc.26" } +tremor-config = { path = "tremor-config", version = "0.13.0-rc.26" } +tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.26" } +tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.26" } +tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.26" } +tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.26" } +tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.26" } +tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.26" } +tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.26" } +tremor-script = { path = "tremor-script", version = "0.13.0-rc.26" } +tremor-system = { path = "tremor-system", version = "0.13.0-rc.26" } +tremor-value = { path = "tremor-value", version = "0.13.0-rc.26" } tokio = { version = "1.34", features = ["full"] } tokio-stream = "0.1" diff --git a/Dockerfile.learn b/Dockerfile.learn index 10e4650d39..c22f81dbbd 100644 --- a/Dockerfile.learn +++ b/Dockerfile.learn @@ -2,7 +2,7 @@ FROM rust:1.78-bullseye as builder RUN cargo install --features=ssl websocat -FROM tremorproject/tremor:0.13.0-rc.25 +FROM tremorproject/tremor:0.13.0-rc.26 COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat diff --git a/tremor-api/Cargo.toml b/tremor-api/Cargo.toml index 53dede0612..3a426e76fa 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks" edition = "2021" license = "Apache-2.0" name = "tremor-api" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" homepage = "https://www.tremor.rs" [dependencies] @@ -17,12 +17,12 @@ simd-json = "0.13" tokio = { version = "1.34", features = ["full"] } # we don't need sessions or cookies or shitty logging middleware tide = { version = "0.16", default-features = false, features = ["h1-server"] } -tremor-pipeline = { version = "0.13.0-rc.25", path = "../tremor-pipeline" } -tremor-runtime = { version = "0.13.0-rc.25", path = "../" } -tremor-script = { version = "0.13.0-rc.25", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.25", path = "../tremor-value" } -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } -tremor-system = { version = "0.13.0-rc.25", path = "../tremor-system" } +tremor-pipeline = { version = "0.13.0-rc.26", path = "../tremor-pipeline" } +tremor-runtime = { version = "0.13.0-rc.26", path = "../" } +tremor-script = { version = "0.13.0-rc.26", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.26", path = "../tremor-value" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } +tremor-system = { version = "0.13.0-rc.26", path = "../tremor-system" } [dev-dependencies] surf = { version = "2.3", default-features = false, features = [ diff --git a/tremor-cli/Cargo.toml b/tremor-cli/Cargo.toml index 1ab8532eed..406dbd080b 100644 --- a/tremor-cli/Cargo.toml +++ b/tremor-cli/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor CLI Tool" edition = "2021" license = "Apache-2.0" name = "tremor-cli" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" homepage = "https://www.tremor.rs" [package.metadata.docs.rs] @@ -46,15 +46,15 @@ surf = { version = "=2.3.2", default-features = false, features = [ "h1-client-rustls", "middleware-logger", ] } -tremor-api = { version = "0.13.0-rc.25", path = "../tremor-api" } -tremor-codec = { version = "0.13.0-rc.25", path = "../tremor-codec" } -tremor-interceptor = { version = "0.13.0-rc.25", path = "../tremor-interceptor" } -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } -tremor-pipeline = { version = "0.13.0-rc.25", path = "../tremor-pipeline" } -tremor-runtime = { version = "0.13.0-rc.25", path = "../" } -tremor-script = { version = "0.13.0-rc.25", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.25", path = "../tremor-value" } -tremor-system = { version = "0.13.0-rc.25", path = "../tremor-system" } +tremor-api = { version = "0.13.0-rc.26", path = "../tremor-api" } +tremor-codec = { version = "0.13.0-rc.26", path = "../tremor-codec" } +tremor-interceptor = { version = "0.13.0-rc.26", path = "../tremor-interceptor" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } +tremor-pipeline = { version = "0.13.0-rc.26", path = "../tremor-pipeline" } +tremor-runtime = { version = "0.13.0-rc.26", path = "../" } +tremor-script = { version = "0.13.0-rc.26", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.26", path = "../tremor-value" } +tremor-system = { version = "0.13.0-rc.26", path = "../tremor-system" } url = "2" error-chain = "0.12" globwalk = "0.9" diff --git a/tremor-codec/Cargo.toml b/tremor-codec/Cargo.toml index 515930c602..08fa00f7fe 100644 --- a/tremor-codec/Cargo.toml +++ b/tremor-codec/Cargo.toml @@ -7,13 +7,13 @@ documentation = "https://docs.rs/tremor-script" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" [dependencies] -tremor-value = { version = "0.13.0-rc.25", path = "../tremor-value" } -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } -tremor-config = { version = "0.13.0-rc.25", path = "../tremor-config" } +tremor-value = { version = "0.13.0-rc.26", path = "../tremor-value" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } +tremor-config = { version = "0.13.0-rc.26", path = "../tremor-config" } tokio = { version = "1.34", features = ["full"] } async-trait = "0.1" error-chain = "0.12" @@ -43,7 +43,7 @@ reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls-native-roots", ] } csv = "1.2" -tremor-influx = { version = "0.13.0-rc.25", path = "../tremor-influx" } +tremor-influx = { version = "0.13.0-rc.26", path = "../tremor-influx" } simd-json = "0.13" apache-avro = { version = "0.16", features = [ "snappy", diff --git a/tremor-common/Cargo.toml b/tremor-common/Cargo.toml index 113ac314d3..67b0546bea 100644 --- a/tremor-common/Cargo.toml +++ b/tremor-common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "tremor-common" readme = "README.md" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" [dependencies] tokio = { version = "1", default-features = false, features = ["fs"] } diff --git a/tremor-config/Cargo.toml b/tremor-config/Cargo.toml index 41e50e6479..7764fe8b0a 100644 --- a/tremor-config/Cargo.toml +++ b/tremor-config/Cargo.toml @@ -7,10 +7,10 @@ documentation = "https://docs.rs/tremor-script" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } serde = "1" diff --git a/tremor-connectors-aws/Cargo.toml b/tremor-connectors-aws/Cargo.toml index c8fcd349fd..135ed77cf5 100644 --- a/tremor-connectors-aws/Cargo.toml +++ b/tremor-connectors-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-aws" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,12 +9,12 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.25", default-features = false } -tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.25" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.25" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.25" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.26", default-features = false } +tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.26" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.26" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.26" } async-trait = { version = "0.1", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -41,7 +41,7 @@ rand = { version = "0.8", default-features = false } testcontainers = { version = "0.16", default-features = false } serial_test = { version = "3.0", default-features = false } bytes = { version = "1.1", default-features = true } -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.25" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.26" } [features] integration-harness = [] diff --git a/tremor-connectors-gcp/Cargo.toml b/tremor-connectors-gcp/Cargo.toml index 7cbb60596f..43a7b5f1ff 100644 --- a/tremor-connectors-gcp/Cargo.toml +++ b/tremor-connectors-gcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-gcp" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,13 +9,13 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.25", default-features = false } -tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.25" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.25" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.25" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.25" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.26", default-features = false } +tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.26" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.26" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.26" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.26" } anyhow = { version = "1", default-features = true } async-trait = { version = "0.1", default-features = true } @@ -70,10 +70,10 @@ tokio = { version = "1.34", default-features = true } value-trait = { version = "0.8" } test-case = { version = "3", default-features = true } anyhow = { version = "1" } -tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.25" } +tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.26" } tempfile = { version = "3", default-features = true } env_logger = { version = "0.11", default-features = true } -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.25" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.26" } [features] integration-harness = [] diff --git a/tremor-connectors-object-storage/Cargo.toml b/tremor-connectors-object-storage/Cargo.toml index 0a87a68210..98b47aa320 100644 --- a/tremor-connectors-object-storage/Cargo.toml +++ b/tremor-connectors-object-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-object-storage" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,8 +9,8 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.25", default-features = false } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.26", default-features = false } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } serde = { version = "1.0", features = ["derive"] } thiserror = { version = "1", default-features = true } anyhow = { version = "1", default-features = true } diff --git a/tremor-connectors-otel/Cargo.toml b/tremor-connectors-otel/Cargo.toml index d2aec50317..a1fafffbb3 100644 --- a/tremor-connectors-otel/Cargo.toml +++ b/tremor-connectors-otel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-otel" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,12 +9,12 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.25", default-features = false } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.25" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.25" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.25" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.26", default-features = false } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.26" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.26" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.26" } anyhow = { version = "1", default-features = true } async-trait = { version = "0.1", default-features = true } diff --git a/tremor-connectors-test-helpers/Cargo.toml b/tremor-connectors-test-helpers/Cargo.toml index 21f2eeab99..51ba84839c 100644 --- a/tremor-connectors-test-helpers/Cargo.toml +++ b/tremor-connectors-test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-test-helpers" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" diff --git a/tremor-connectors/Cargo.toml b/tremor-connectors/Cargo.toml index 25fb5aa2b4..36d27cf80d 100644 --- a/tremor-connectors/Cargo.toml +++ b/tremor-connectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,14 +9,14 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.25" } -tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.25" } -tremor-pipeline = { path = "../tremor-pipeline", version = "0.13.0-rc.25" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.25" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } -tremor-interceptor = { path = "../tremor-interceptor", version = "0.13.0-rc.25" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.25" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.26" } +tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.26" } +tremor-pipeline = { path = "../tremor-pipeline", version = "0.13.0-rc.26" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.26" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } +tremor-interceptor = { path = "../tremor-interceptor", version = "0.13.0-rc.26" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.26" } tokio = { version = "1.34", default-features = false } beef = { version = "0.5", default-features = false } value-trait = { version = "0.8", default-features = false } @@ -163,7 +163,7 @@ http-types = "2.0" bytes = "1.0" tempfile = { version = "3.8", default-features = false } env_logger = "0.11" -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.25" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.26" } tide = { version = "0.16", default-features = false } # TODO remove tide from TestHttpServer tokio = { version = "1.34", default-features = false, features = [ "full", diff --git a/tremor-influx/Cargo.toml b/tremor-influx/Cargo.toml index 2c4e90fb16..22ad23d736 100644 --- a/tremor-influx/Cargo.toml +++ b/tremor-influx/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "tremor-influx" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/tremor-interceptor/Cargo.toml b/tremor-interceptor/Cargo.toml index 597730606b..96274e87f0 100644 --- a/tremor-interceptor/Cargo.toml +++ b/tremor-interceptor/Cargo.toml @@ -7,15 +7,15 @@ documentation = "https://docs.tremor.rs" homepage = "https://www.tremor.rs" license = "Apache-2.0" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" rust-version = "1.62" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.25" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.26" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } log = "0.4" serde = { version = "1", features = ["derive"] } byteorder = "1" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index 49097e9065..1bfd510395 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime" edition = "2021" license = "Apache-2.0" name = "tremor-pipeline" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" [dependencies] tokio = "1" @@ -25,11 +25,11 @@ simd-json = { version = "0.13", features = ["known-key"] } simd-json-derive = "0.13" value-trait = "0.8" sled = "0.34" -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } -tremor-config = { version = "0.13.0-rc.25", path = "../tremor-config" } -tremor-script = { version = "0.13.0-rc.25", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.25", path = "../tremor-value" } -tremor-system = { version = "0.13.0-rc.25", path = "../tremor-system" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } +tremor-config = { version = "0.13.0-rc.26", path = "../tremor-config" } +tremor-script = { version = "0.13.0-rc.26", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.26", path = "../tremor-value" } +tremor-system = { version = "0.13.0-rc.26", path = "../tremor-system" } url = "2" fenster = { version = "0.1.1" } diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index c4dfb06c19..9289dfc4ec 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "tremor-script" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" @@ -51,10 +51,10 @@ value-trait = "0.8" sketches-ddsketch = "0.2" strip-ansi-escapes = "0.2" termcolor = "1.4" -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } -tremor-influx = { version = "0.13.0-rc.25", path = "../tremor-influx" } -tremor-value = { version = "0.13.0-rc.25", path = "../tremor-value" } -tremor-codec = { version = "0.13.0-rc.25", path = "../tremor-codec" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } +tremor-influx = { version = "0.13.0-rc.26", path = "../tremor-influx" } +tremor-value = { version = "0.13.0-rc.26", path = "../tremor-value" } +tremor-codec = { version = "0.13.0-rc.26", path = "../tremor-codec" } tremor-kv = "0.6" unicode-xid = "0.2" url = "2" diff --git a/tremor-system/Cargo.toml b/tremor-system/Cargo.toml index d0cc46fdd6..73578acc6b 100644 --- a/tremor-system/Cargo.toml +++ b/tremor-system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-system" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,8 +9,8 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.25" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.25" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.26" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.26" } tokio = { version = "1.34", default-features = false } anyhow = { version = "1.0", default-features = true } @@ -22,4 +22,4 @@ simd-json = { version = "0.13", default-features = false } either = { version = "1.12", default-features = false } [dev-dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.25" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.26" } diff --git a/tremor-value/Cargo.toml b/tremor-value/Cargo.toml index d7fd34e504..a385111ff0 100644 --- a/tremor-value/Cargo.toml +++ b/tremor-value/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "tremor-value" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.25" +version = "0.13.0-rc.26" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,7 +19,7 @@ serde = "1.0" simd-json = "0.13" simd-json-derive = "0.13" value-trait = { version = "0.8", features = ["custom-types"] } -tremor-common = { version = "0.13.0-rc.25", path = "../tremor-common" } +tremor-common = { version = "0.13.0-rc.26", path = "../tremor-common" } [dev-dependencies] float-cmp = "0.9"