Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2023
1 parent c0300d8 commit cf5c0aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push container
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ aws-config = "0.55"
aws-sdk-glue = "0.28.0"
aws-types = "0.55"
chrono = "0.4.26"
clap = { version = "4.3.5", features = ["derive"] }
datafusion = { version = "25", features = ["avro"] }
clap = { version = "4.3.11", features = ["derive"] }
datafusion = { version = "27", features = ["avro"] }
deltalake = { version = "0.12.0", default-features = false, features = ["datafusion-ext", "s3"] }
futures = "0.3"
glob = "0.3.1"
object_store = { version = "0.5.6", features = ["aws", "gcp", "aws_profile"] }
regex = "1.8"
tokio = { version = "1.28.2", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
object_store = { version = "0.6.1", features = ["aws", "gcp", "aws_profile"] }
regex = "1.9"
tokio = { version = "1.29.1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
url = "2.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM rust:1.66 as builder
FROM rust:1.71 as builder

WORKDIR /usr/src/qv
COPY ./Cargo.toml ./Cargo.toml
Expand Down

0 comments on commit cf5c0aa

Please sign in to comment.