Skip to content

Commit

Permalink
chore: bump sqlness to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 1, 2024
1 parent a1db882 commit 0f7b034
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ workspace = true
workspace = true

[dependencies]
anyhow = "1.0.58"
async-trait = "0.1"
anyhow = { workspace = true }
async-trait = { workspace = true }
horaedb-client = { workspace = true }
local-ip-address = "0.5"
reqwest = { workspace = true }
serde = { workspace = true }
sqlness = "0.5.0"
sqlness = "0.6"
tokio = { workspace = true }
uuid = { version = "1.3", features = ["v4"] }
uuid = { workspace = true, features = ["v4"] }

0 comments on commit 0f7b034

Please sign in to comment.