Skip to content

Commit

Permalink
treewide: update mysql_common
Browse files Browse the repository at this point in the history
Update mysql_common to 0.32.3 in order to get the new collation data
dictionary support.

As part of this update, we also need to downgrade the version of
sqlformatter and prometheus-parse as they use itertools v0.12.1 which
is currently incompatible with criterion.rs and cause cargo check to
fail. We should be able to updated them once again when a release with
[1] is published.

[1]: bheisler/criterion.rs#743

Ref: REA-4382
Closes: #1258

Change-Id: I36614184b749c96c0046c88ca5e1c6a2d186eff6
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7505
Tested-by: Buildkite CI
Reviewed-by: Jason Brown <jason.b@readyset.io>
  • Loading branch information
altmannmarcelo committed Jun 5, 2024
1 parent 32f045a commit a490278
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 65 deletions.
96 changes: 33 additions & 63 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pratt = "0.3.0"
pretty_assertions = "1.4.0"
prettytable = "0.10.0"
proc-macro2 = "1"
prometheus-parse = "0.2.5"
prometheus-parse = "0.2.2"
proptest = "1.4.0"
quanta = { version = "0.11", default-features = false }
querystring = "1.1.0"
Expand Down Expand Up @@ -200,7 +200,7 @@ slab = "0.4.9"
slotmap = "1.0.7"
smallvec = { version = "1.13.2", default-features = false }
socket2 = "0.4"
sqlformat = "0.2.3"
sqlformat = "0.2.1"
sqlparser = "0.41.0"
strawpoll = "0.2.3"
streaming-iterator = "0.1"
Expand Down

0 comments on commit a490278

Please sign in to comment.