Skip to content

Commit e810873

Browse files
Update Rust crate sqlformat to 0.3.5
1 parent f3cb67f commit e810873

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ smf = "0.2"
647647
socket2 = { version = "0.5", features = ["all"] }
648648
sp-sim = { path = "sp-sim" }
649649
sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" }
650-
sqlformat = "0.2.6"
650+
sqlformat = "0.3.5"
651651
sqlparser = { version = "0.45.0", features = [ "visitor" ] }
652652
static_assertions = "1.1.0"
653653
# Please do not change the Steno version to a Git dependency. It makes it

workspace-hack/Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ idna = { version = "1.0.3" }
7070
indexmap = { version = "2.7.1", features = ["serde"] }
7171
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7272
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
73-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
7473
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7574
lalrpop-util = { version = "0.19.12" }
7675
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -193,7 +192,6 @@ idna = { version = "1.0.3" }
193192
indexmap = { version = "2.7.1", features = ["serde"] }
194193
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195194
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
196-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
197195
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
198196
lalrpop-util = { version = "0.19.12" }
199197
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -337,10 +335,12 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
337335
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
338336
hyper-util = { version = "0.1.10", features = ["full"] }
339337
indicatif = { version = "0.17.11", features = ["rayon"] }
338+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
340339
mio = { version = "1.0.2", features = ["net", "os-ext"] }
341340
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
342341
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
343342
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
343+
winnow = { version = "0.6.20", features = ["simd"] }
344344

345345
[target.x86_64-unknown-illumos.build-dependencies]
346346
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
@@ -351,9 +351,11 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
351351
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
352352
hyper-util = { version = "0.1.10", features = ["full"] }
353353
indicatif = { version = "0.17.11", features = ["rayon"] }
354+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354355
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355356
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
356357
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
357358
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
359+
winnow = { version = "0.6.20", features = ["simd"] }
358360

359361
### END HAKARI SECTION

0 commit comments

Comments
 (0)