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 Mar 26, 2024
1 parent a7c82c1 commit 92629bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = [ "quickview", "data", "query", "sql", "datafusion" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.55"
aws-sdk-glue = "0.28"
aws-types = "0.55"
aws-config = "1.1"
aws-sdk-glue = "1.22"
aws-types = "1.1"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
datafusion = { version = "36.0", features = ["avro"] }
Expand All @@ -24,7 +24,7 @@ futures = "0.3"
glob = "0.3"
object_store = { version = "0.9", features = ["aws", "gcp"] }
regex = "1.10"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
url = "2.5"

[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.73 as builder
FROM rust:1.77 as builder

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

0 comments on commit 92629bf

Please sign in to comment.