From 520d7b903dd9c8a2374c7b71ee9f4ea771a93544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:08:51 +0000 Subject: [PATCH] build(deps): update sqlparser requirement from 0.14.0 to 0.30.0 Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. - [Release notes](https://github.com/sqlparser-rs/sqlparser-rs/releases) - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.14.0...v0.30.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flock-cli/Cargo.toml | 2 +- flock/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flock-cli/Cargo.toml b/flock-cli/Cargo.toml index 5a9c5ea9..c2c1a3de 100644 --- a/flock-cli/Cargo.toml +++ b/flock-cli/Cargo.toml @@ -29,7 +29,7 @@ rusoto_lambda = { git = "https://github.com/flock-lab/rusoto", branch = "flock" rusoto_s3 = { git = "https://github.com/flock-lab/rusoto", branch = "flock" } rust-ini = "0.18" rustyline = { version = "9.0.0", optional = true } -sqlparser = { version = "0.14.0", features = [ "json_example" ] } +sqlparser = { version = "0.30.0", features = [ "json_example" ] } tokio = { version = "1.4", features = [ "macros", "io-util", "sync", "rt-multi-thread" ] } zip = "0.5.12" diff --git a/flock/Cargo.toml b/flock/Cargo.toml index f4fe9cd5..a38fdb3c 100644 --- a/flock/Cargo.toml +++ b/flock/Cargo.toml @@ -57,7 +57,7 @@ serde_bytes = "0.11" serde_json = "1.0" snap = "1.0.3" snmalloc-rs = { version = "0.2", optional = true, features = [ "cache-friendly" ] } -sqlparser = "0.14.0" +sqlparser = "0.30.0" structopt = { git = "https://github.com/flock-lab/structopt", branch = "master", default-features = false } text_io = "0.1.8" tokio = { version = "1.4", features = [ "macros", "io-util", "sync", "rt-multi-thread" ] }