From ae2bbe2873c1c6e64c665e75716ac98b39838ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 05:51:41 +0000 Subject: [PATCH] Bump sqlformat from 0.2.3 to 0.2.4 Bumps [sqlformat](https://github.com/shssoichiro/sqlformat-rs) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/shssoichiro/sqlformat-rs/releases) - [Changelog](https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shssoichiro/sqlformat-rs/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: sqlformat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++------------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9933b28..3530b1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,12 +96,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" -[[package]] -name = "either" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" - [[package]] name = "glob" version = "0.3.1" @@ -114,15 +108,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "itertools" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" -dependencies = [ - "either", -] - [[package]] name = "memchr" version = "2.5.0" @@ -175,11 +160,10 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" +checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" dependencies = [ - "itertools", "nom", "unicode_categories", ] diff --git a/Cargo.toml b/Cargo.toml index 7783a76..6ee847f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ repository = "https://github.com/nrempel/sleek" [dependencies] clap = { version = "4.5.4", features = ["derive", "cargo"] } glob = "0.3.1" -sqlformat = "0.2.3" +sqlformat = "0.2.4" thiserror = "1.0.58"