Skip to content

Commit

Permalink
chore: bump 0.22.2 (#501)
Browse files Browse the repository at this point in the history
* chore: bump 0.22.2

* chore: bump 0.22.2
  • Loading branch information
sundy-li authored Oct 29, 2024
1 parent 9c55b65 commit b6f550d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.22.2"
license = "Apache-2.0"
authors = ["Databend Authors <[email protected]>"]
categories = ["database"]
keywords = ["databend", "database"]
keywords = ["databend", "database", "rust"]
repository = "https://github.com/databendlabs/bendsql"

[workspace.dependencies]
Expand Down
10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ databend-client = { workspace = true }
databend-driver = { workspace = true, features = ["rustls", "flight-sql"] }
tokio-stream = { workspace = true }

actix-web = "4.0"
anyhow = "1.0"
arrow = { workspace = true }
async-recursion = "1.1.0"
Expand All @@ -27,29 +28,28 @@ databend-common-ast = "0.0.3"
fern = { version = "0.6", features = ["colored"] }
indicatif = "0.17"
log = "0.4"
mime_guess = "2.0"
once_cell = "1.18"
percent-encoding = "2.3"
sled = "0.34"
rust-embed = "6.8.1"
rustyline = "12.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sled = "0.34"
terminal_size = "0.3"
tokio = { version = "1.34", features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"parking_lot",
"full"
"full",
] }
toml = "0.8"
tracing-appender = "0.2"
unicode-segmentation = "1.10"
url = { version = "2.5", default-features = false }
actix-web = "4.0"
webbrowser = "1.0.1"
rust-embed = "6.8.1"
mime_guess = "2.0"

[build-dependencies]
vergen = { version = "8.2", features = ["build", "git", "gix"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ tokio-stream = { workspace = true }
async-trait = "0.1"
log = "0.4"
once_cell = "1.18"
parking_lot = "0.12.3"
percent-encoding = "2.3"
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart", "stream"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
tokio = { version = "1.34", features = ["macros"] }
tokio-retry = "0.3"
tokio-util = { version = "0.7", features = ["io-util"] }
parking_lot = "0.12.3"
url = { version = "2.5", default-features = false }
uuid = { version = "1.6", features = ["v4"] }

Expand Down

0 comments on commit b6f550d

Please sign in to comment.