Skip to content

Commit

Permalink
cli: update sqlx version (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Sep 24, 2024
1 parent 4e8f780 commit e6a6208
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 38 deletions.
91 changes: 56 additions & 35 deletions tembo-cli/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 tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = ["temboclient", "tembodataclient"] }
[package]
name = "tembo-cli"
version = "0.20.6"
version = "0.20.7"
edition = "2021"
authors = ["Tembo.io"]
description = "The CLI for Tembo"
Expand Down Expand Up @@ -66,7 +66,7 @@ tungstenite ="0.21.0"
futures-util = "0.3.30"
dirs = "5.0.1"
controller = "0.47.0"
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "postgres", "chrono", "json"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "postgres", "chrono", "json"] }
base64 = "0.21.5"
colorful = "0.2.2"
cli-table = "0.4.7"
Expand All @@ -82,7 +82,7 @@ test-case = "=2.0.0-rc2"
clap-markdown = { git = "https://github.com/tembo-io/clap-markdown.git", branch = "main", version = "0.1.3" }
url = "2.5.0"
rand = "0.8.5"
sqlx-cli = "0.7.3"
sqlx-cli = "0.8.2"

[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
Expand Down

0 comments on commit e6a6208

Please sign in to comment.