Skip to content

Commit c9f61ee

Browse files
Update Rust crate sqlformat to 0.3.5
1 parent 4a7556c commit c9f61ee

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.lock

+4-3
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
@@ -636,7 +636,7 @@ smf = "0.2"
636636
socket2 = { version = "0.5", features = ["all"] }
637637
sp-sim = { path = "sp-sim" }
638638
sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" }
639-
sqlformat = "0.2.6"
639+
sqlformat = "0.3.5"
640640
sqlparser = { version = "0.45.0", features = [ "visitor" ] }
641641
static_assertions = "1.1.0"
642642
# Please do not change the Steno version to a Git dependency. It makes it

workspace-hack/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
342342
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
343343
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
344344
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
345+
winnow = { version = "0.6.20", features = ["simd"] }
345346

346347
[target.x86_64-unknown-illumos.build-dependencies]
347348
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
@@ -357,5 +358,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
357358
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
358359
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
359360
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
361+
winnow = { version = "0.6.20", features = ["simd"] }
360362

361363
### END HAKARI SECTION

0 commit comments

Comments
 (0)