Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Nov 16, 2024
1 parent c9850c7 commit 1d6542d
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 90 deletions.
139 changes: 61 additions & 78 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions sqllogictest-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console = { version = "0.15" }
futures = { version = "0.3", default-features = false }
glob = "0.3"
itertools = "0.13"
quick-junit = { version = "0.4" }
quick-junit = { version = "0.5" }
rand = "0.8"
sqllogictest = { path = "../sqllogictest", version = "0.23" }
sqllogictest-engines = { path = "../sqllogictest-engines", version = "0.23" }
Expand All @@ -33,6 +33,6 @@ tokio = { version = "1", features = [
"fs",
"process",
] }
fs-err = "2.9.0"
fs-err = "3.0.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = "0.1"
6 changes: 3 additions & 3 deletions sqllogictest-engines/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ futures = { version = "0.3", default-features = false }
log = "0.4"
mysql_async = { version = "0.34.2", default-features = false, features = ["minimal"] }
pg_interval = "0.4"
postgres-types = { version = "0.2.5", features = ["derive", "with-chrono-0_4"] }
rust_decimal = { version = "1.30.0", features = ["tokio-pg"] }
postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"] }
rust_decimal = { version = "1.36.0", features = ["tokio-pg"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqllogictest = { path = "../sqllogictest", version = "0.23" }
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = [
"rt",
"rt-multi-thread",
Expand Down
Loading

0 comments on commit 1d6542d

Please sign in to comment.