diff --git a/Cargo.toml b/Cargo.toml index 8028681..0cc27c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,9 @@ python_binding = ["pyo3", "pyo3-asyncio"] #Run tests for bindings using command cargo test --no-default-features [dependencies] -tracing = "0.1.40" -tracing-futures = "0.2.5" -tracing-subscriber = "0.3.17" +tracing = "0.1.17" +tracing-futures = "0.2.4" +tracing-subscriber = "0.2.2" pravega-client = {version = "0.3"} pravega-client-shared = {version = "0.3"} pravega-controller-client = {version = "0.3"} @@ -33,14 +33,14 @@ pravega-wire-protocol = {version = "0.3"} pravega-client-retry = {version = "0.3"} pravega-connection-pool = {version = "0.3"} pravega-client-config = {version = "0.3"} -tokio = "1.33.0" +tokio = "1.1" lazy_static = "1.4.0" -uuid = {version = "1.5.0", features = ["v4"]} -futures = "0.3.28" -derive-new = "0.5.9" +uuid = {version = "0.8", features = ["v4"]} +futures = "0.3.5" +derive-new = "0.5" #Python bindings pyo3 = { version = "0.14.5" , features = ["extension-module", "multiple-pymethods"], optional = true } -pyo3-asyncio = { version = "0.14.0", features = ["tokio-runtime"], optional = true } +pyo3-asyncio = { version = "0.14", features = ["tokio-runtime"], optional = true } #WASM bindings -wasm-bindgen = { version = "0.2.87", optional = true } -cfg-if = "1.0.0" +wasm-bindgen = { version = "0.2.63", optional = true } +cfg-if = "0.1.10"