Skip to content

Commit

Permalink
chore(cargo): Downgrading sqlx from 0.8.0 to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k committed Sep 19, 2024
1 parent 0f1c7d3 commit 82763f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ keywords = ["iceberg", "sql", "catalog"]
async-trait = { workspace = true }
iceberg = { workspace = true }
serde_json = { workspace = true }
sqlx = { version = "0.8.1", features = ["any"], default-features = false }
sqlx = { version = "0.7.3", features = ["any"], default-features = false }
typed-builder = { workspace = true }
uuid = { workspace = true, features = ["v4"] }

[dev-dependencies]
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
itertools = { workspace = true }
regex = "1.10.5"
sqlx = { version = "0.8.0", features = [
sqlx = { version = "0.7.3", features = [
"tls-rustls",
"runtime-tokio",
"any",
Expand Down

0 comments on commit 82763f8

Please sign in to comment.