Skip to content

Commit 9781f0a

Browse files
Update Rust crate sqlformat to 0.3.5
1 parent 364f344 commit 9781f0a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6363
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6565
hashbrown = { version = "0.15.1" }
66-
heck = { version = "0.4.1" }
6766
hex = { version = "0.4.3", features = ["serde"] }
6867
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -187,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
187186
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
188187
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
189188
hashbrown = { version = "0.15.1" }
190-
heck = { version = "0.4.1" }
191189
hex = { version = "0.4.3", features = ["serde"] }
192190
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
193191
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -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.6.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)