Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2022
1 parent af78557 commit 6cc7fc7
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 58 deletions.
129 changes: 77 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ keywords = ["apache-arrow", "flight-sql", "odbc"]

[dependencies]
#odbc-api = "0.36.1"
arrow-odbc = "0.13.0"
arrow-odbc = "0.17.2"
tokio = { version = "1", features = ["full"] }
tonic = { version = "0.7" }
prost = "0.10"
prost-types = { version = "0.10.1" }
prost-derive = "0.10"
futures = { version = "0.3", default-features = false, features = ["alloc"]}
arrow = { version = "13.0.0", features = ["prettyprint"] }
arrow = { version = "18.0.0", features = ["prettyprint"] }
futures-core = "0.3.21"
log = { version = "0.4.17", features = ["kv_unstable"] }
env_logger = "0.9.0"
tokio-stream = "0.1.8"
tokio-stream = "0.1.9"
async-stream = "0.3.3"
tonic-reflection = "0.4.0"
anyhow = "1.0.57"
clap = { version ="3.1.18", features = ["derive", "cargo"] }
anyhow = "1.0.58"
clap = { version ="3.2.10", features = ["derive", "cargo"] }
serde = { version = "1.0", features = ["derive"] }
bytes = "1.1"

Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.60 as builder
FROM rust:1.62 as builder
RUN apt-get update
RUN apt-get install -y cmake musl-tools clang libc++-dev build-essential autoconf libtool pkg-config
RUN apt-get install -y unixodbc-dev
Expand Down

0 comments on commit 6cc7fc7

Please sign in to comment.