From 25db7d7e4b3c8f9936d571115dab68ed76d9269d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 03:14:05 +0000 Subject: [PATCH] Update Rust crate sqlformat to 0.3.5 --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f0c10bdb5c..33a173a1c1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7936,6 +7936,7 @@ dependencies = [ "usdt", "usdt-impl", "uuid", + "winnow 0.6.20", "x509-cert", "zerocopy 0.7.35", "zerocopy 0.8.10", @@ -11890,12 +11891,12 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.6" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" +checksum = "a0d7b3e8a3b6f2ee93ac391a0f757c13790caa0147892e3545cd549dd5b54bc0" dependencies = [ - "nom", "unicode_categories", + "winnow 0.6.20", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 34f639c3a29..8367392ca8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -681,7 +681,7 @@ smf = "0.2" socket2 = { version = "0.5", features = ["all"] } sp-sim = { path = "sp-sim" } sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" } -sqlformat = "0.2.6" +sqlformat = "0.3.5" sqlparser = { version = "0.45.0", features = [ "visitor" ] } static_assertions = "1.1.0" # Please do not change the Steno version to a Git dependency. It makes it diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 8c4f4c52de9..b7b082daa1c 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -342,6 +342,7 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] } rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] } tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] } toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] } +winnow = { version = "0.6.20", features = ["simd"] } [target.x86_64-unknown-illumos.build-dependencies] bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.0", default-features = false, features = ["std"] } @@ -357,5 +358,6 @@ mio = { version = "1.0.2", features = ["net", "os-ext"] } rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] } tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] } toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] } +winnow = { version = "0.6.20", features = ["simd"] } ### END HAKARI SECTION