@@ -17,9 +17,10 @@ rustdoc-args = ["--cfg", "docsrs"]
1717default = []
1818azurite = []
1919blocking = [" testcontainers/blocking" ]
20- watchdog = [" testcontainers/watchdog " ]
20+ docker-compose = [" testcontainers/docker-compose " ]
2121http_wait = [" testcontainers/http_wait" ]
2222properties-config = [" testcontainers/properties-config" ]
23+ watchdog = [" testcontainers/watchdog" ]
2324json = [" serde" , " serde_json" ]
2425anvil = []
2526arrow_flightsql = []
@@ -71,13 +72,13 @@ weaviate = ["http_wait"]
7172[dependencies ]
7273parse-display = { version = " 0.10" , optional = true , default-features = false , features = [
7374] }
74- rcgen = { version = " 0.13.1 " , features = [
75+ rcgen = { version = " 0.14.5 " , features = [
7576 " pem" ,
7677 " ring" ,
7778], default-features = false , optional = true }
7879serde = { version = " 1.0.217" , features = [" derive" ], optional = true }
7980serde_json = { version = " 1.0.138" , optional = true }
80- testcontainers = { version = " 0.25 .0" }
81+ testcontainers = { version = " 0.26 .0" }
8182
8283
8384[dev-dependencies ]
@@ -117,7 +118,7 @@ serde_json = { version = "1.0.138" }
117118serial_test = " 3.1.1"
118119surrealdb = { version = " 2.2.1" }
119120tar = " 0.4.40"
120- testcontainers = { version = " 0.25 .0" , features = [" blocking" ] }
121+ testcontainers = { version = " 0.26 .0" , features = [" blocking" ] }
121122# To use Tiberius on macOS, rustls is needed instead of native-tls
122123# https://github.com/prisma/tiberius/tree/v0.12.2#encryption-tlsssl
123124tiberius = { version = " 0.12.3" , default-features = false , features = [
@@ -127,15 +128,15 @@ tiberius = { version = "0.12.3", default-features = false, features = [
127128tokio = { version = " 1" , features = [" macros" ] }
128129tokio-util = { version = " 0.7.10" , features = [" compat" ] }
129130tokio-zookeeper = " 0.4.0"
130- kube = { version = " 1.1.0 " , features = [" runtime" ] }
131- k8s-openapi = { version = " 0.25 " , features = [" v1_30" ] }
132- clickhouse = { version = " 0.13 " }
131+ kube = { version = " 2.0.1 " , features = [" runtime" ] }
132+ k8s-openapi = { version = " 0.26 " , features = [" v1_30" ] }
133+ clickhouse = { version = " 0.14 " }
133134vaultrs = " 0.7.2"
134135openssl-sys = { version = " 0.9.103" , features = [" vendored" ] }
135136native-tls = { version = " 0.2.12" , features = [" vendored" ] }
136137pulsar = " 6.3"
137138rqlite-rs = " 0.6"
138- azure_core = " 0.27.0 "
139+ azure_core = " 0.30.1 "
139140azure_storage_blobs = " 0.21.0"
140141azure_storage = " 0.21.0"
141142base64 = " 0.22.1"
0 commit comments