Skip to content

Commit

Permalink
Bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Aug 23, 2023
1 parent 44c5fed commit 7ac94dc
Show file tree
Hide file tree
Showing 8 changed files with 1,618 additions and 2,354 deletions.
1,980 changes: 806 additions & 1,174 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feathr_piper_jni"
version = "0.4.8"
version = "0.4.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
14 changes: 7 additions & 7 deletions piper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piper"
version = "0.4.8"
version = "0.4.9"
edition = "2021"

[dependencies]
Expand All @@ -26,9 +26,9 @@ regex = "1"
clap = { version = "4", features = ["derive", "env"] }
tracing = "0.1"
rust_heap = "0.1"
azure_core = "0.11"
azure_identity = "0.11"
azure_data_cosmos = "0.11"
azure_core = "0.14"
azure_identity = "0.14"
azure_data_cosmos = "0.14"
levenshtein = "1.0.5"
uuid = "1"
rand = "*"
Expand All @@ -37,10 +37,10 @@ poem = { version = "1", features = ["tokio-metrics"] }
tiberius = { version = "0.12", default-features = false, features = ["chrono", "tds73", "sql-browser-tokio", "rustls"] }
bb8-tiberius = "0.15"
rusqlite = { version = "0.29", features = ["modern-full", "bundled"] }
polars = { version = "0.28", features = ["default", "performant", "lazy", "async", "sql", "dtype-full", "parquet", "json", "avro", "ipc", "serde-lazy", "decompress", "azure", "aws", "gcp"] }
polars = { version = "0.32", features = ["default", "performant", "lazy", "async", "sql", "dtype-full", "parquet", "json", "avro", "ipc", "serde-lazy", "decompress", "azure", "aws", "gcp"] }

pyo3 = { version = "0.18", optional = true }
pyo3-asyncio = { version = "0.18", features = ["tokio-runtime"], optional = true }
pyo3 = { version = "0.19", optional = true }
pyo3-asyncio = { version = "0.19", features = ["tokio-runtime"], optional = true }

[build-dependencies]
protobuf-codegen = "3"
Expand Down
Loading

0 comments on commit 7ac94dc

Please sign in to comment.