Skip to content

Commit 7761ca1

Browse files
Update Rust crate sqlformat to 0.3.5
1 parent d07b544 commit 7761ca1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ smf = "0.2"
681681
socket2 = { version = "0.5", features = ["all"] }
682682
sp-sim = { path = "sp-sim" }
683683
sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" }
684-
sqlformat = "0.2.6"
684+
sqlformat = "0.3.5"
685685
sqlparser = { version = "0.45.0", features = [ "visitor" ] }
686686
static_assertions = "1.1.0"
687687
# Please do not change the Steno version to a Git dependency. It makes it

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65-
heck = { version = "0.4.1" }
6665
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6766
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6867
hyper = { version = "1.6.0", features = ["full"] }
@@ -186,7 +185,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186185
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
187186
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
188187
hashbrown = { version = "0.15.1" }
189-
heck = { version = "0.4.1" }
190188
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
191189
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
192190
hyper = { version = "1.6.0", features = ["full"] }
@@ -344,6 +342,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
344342
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
345343
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
346344
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
345+
winnow = { version = "0.6.20", features = ["simd"] }
347346

348347
[target.x86_64-unknown-illumos.build-dependencies]
349348
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] }
@@ -359,5 +358,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] }
359358
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
360359
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
361360
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
361+
winnow = { version = "0.6.20", features = ["simd"] }
362362

363363
### END HAKARI SECTION

0 commit comments

Comments
 (0)