Skip to content

Commit

Permalink
cargo upgrade --incompatible
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Jul 11, 2023
1 parent 1f51bde commit fd9ef89
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
72 changes: 36 additions & 36 deletions 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 sqllogictest-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ async-trait = "0.1"
chrono = { version = "0.4" }
clap = { version = "4", features = ["derive", "env"] }
console = { version = "0.15" }
env_logger = { version = "0.9" }
env_logger = { version = "0.10" }
futures = { version = "0.3", default-features = false }
glob = "0.3"
itertools = "0.10"
quick-junit = { version = "0.2" }
itertools = "0.11"
quick-junit = { version = "0.3" }
rand = "0.8"
sqllogictest = { path = "../sqllogictest", version = "0.15" }
sqllogictest-engines = { path = "../sqllogictest-engines", version = "0.15" }
Expand Down
2 changes: 1 addition & 1 deletion sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ educe = "0.4.22"
similar = "2.2.1"
glob = "0.3"
humantime = "2"
itertools = "0.10"
itertools = "0.11"
tracing = "0.1"
tempfile = "3"
thiserror = "1"
Expand Down

0 comments on commit fd9ef89

Please sign in to comment.