@@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " tremor-runtime"
1010readme = " README.md"
1111repository = " https://github.com/tremor-rs/tremor-runtime"
12- version = " 0.13.0-rc.30 "
12+ version = " 0.13.0-rc.31 "
1313rust-version = " 1.76"
1414
1515[workspace ]
@@ -45,21 +45,21 @@ lto = "thin"
4545opt-level = 3
4646
4747[dependencies ]
48- tremor-codec = { path = " tremor-codec" , version = " 0.13.0-rc.30 " }
49- tremor-common = { path = " tremor-common" , version = " 0.13.0-rc.30 " }
50- tremor-config = { path = " tremor-config" , version = " 0.13.0-rc.30 " }
51- tremor-connectors = { path = " tremor-connectors" , version = " 0.13.0-rc.30 " , default-features = false }
52- tremor-connectors-aws = { path = " tremor-connectors-aws" , version = " 0.13.0-rc.30 " , optional = true }
53- tremor-connectors-azure = { path = " tremor-connectors-azure" , version = " 0.13.0-rc.30 " , optional = true }
54- tremor-connectors-gcp = { path = " tremor-connectors-gcp" , version = " 0.13.0-rc.30 " , optional = true }
55- tremor-connectors-otel = { path = " tremor-connectors-otel" , version = " 0.13.0-rc.30 " , optional = true }
56- tremor-influx = { path = " tremor-influx" , version = " 0.13.0-rc.30 " }
57- tremor-interceptor = { path = " tremor-interceptor" , version = " 0.13.0-rc.30 " }
58- tremor-pipeline = { path = " tremor-pipeline" , version = " 0.13.0-rc.30 " }
59- tremor-script = { path = " tremor-script" , version = " 0.13.0-rc.30 " }
60- tremor-system = { path = " tremor-system" , version = " 0.13.0-rc.30 " }
61- tremor-value = { path = " tremor-value" , version = " 0.13.0-rc.30 " }
62- tremor-archive = { path = " tremor-archive" , version = " 0.13.0-rc.30 " }
48+ tremor-codec = { path = " tremor-codec" , version = " 0.13.0-rc.31 " }
49+ tremor-common = { path = " tremor-common" , version = " 0.13.0-rc.31 " }
50+ tremor-config = { path = " tremor-config" , version = " 0.13.0-rc.31 " }
51+ tremor-connectors = { path = " tremor-connectors" , version = " 0.13.0-rc.31 " , default-features = false }
52+ tremor-connectors-aws = { path = " tremor-connectors-aws" , version = " 0.13.0-rc.31 " , optional = true }
53+ tremor-connectors-azure = { path = " tremor-connectors-azure" , version = " 0.13.0-rc.31 " , optional = true }
54+ tremor-connectors-gcp = { path = " tremor-connectors-gcp" , version = " 0.13.0-rc.31 " , optional = true }
55+ tremor-connectors-otel = { path = " tremor-connectors-otel" , version = " 0.13.0-rc.31 " , optional = true }
56+ tremor-influx = { path = " tremor-influx" , version = " 0.13.0-rc.31 " }
57+ tremor-interceptor = { path = " tremor-interceptor" , version = " 0.13.0-rc.31 " }
58+ tremor-pipeline = { path = " tremor-pipeline" , version = " 0.13.0-rc.31 " }
59+ tremor-script = { path = " tremor-script" , version = " 0.13.0-rc.31 " }
60+ tremor-system = { path = " tremor-system" , version = " 0.13.0-rc.31 " }
61+ tremor-value = { path = " tremor-value" , version = " 0.13.0-rc.31 " }
62+ tremor-archive = { path = " tremor-archive" , version = " 0.13.0-rc.31 " }
6363
6464tokio = { version = " 1.39" , features = [" full" ] }
6565tokio-stream = " 0.1"
0 commit comments