Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur_Anand <[email protected]>
  • Loading branch information
AnkurAnand11 committed Oct 31, 2023
1 parent 11462dc commit a72b2e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ 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"}
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"

0 comments on commit a72b2e4

Please sign in to comment.