Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2022
1 parent af78557 commit d32cd56
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
40 changes: 32 additions & 8 deletions Cargo.lock

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

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

[dependencies]
#odbc-api = "0.36.1"
arrow-odbc = "0.13.0"
arrow-odbc = "0.14.0"
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 = "15.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"
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.61 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 d32cd56

Please sign in to comment.