Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump deps #875

Merged
merged 25 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ab66dae
build(deps): bump chrono-tz from 0.8.1 to 0.8.2
dependabot[bot] Apr 14, 2023
96e719a
build(deps): bump openssl from 0.10.49 to 0.10.50
dependabot[bot] Apr 14, 2023
f05a43d
build(deps): bump bigquery-storage from `40f5170` to `4cc08a2`
dependabot[bot] Apr 14, 2023
5068592
build(deps): bump clap from 4.2.1 to 4.2.2
dependabot[bot] Apr 14, 2023
a6c7e97
build(deps): bump sqlparser from 0.32.0 to 0.33.0
dependabot[bot] Apr 14, 2023
2b55047
build(deps): bump prost-types from 0.11.8 to 0.11.9
dependabot[bot] Apr 14, 2023
5ace5f8
build(deps): bump uuid from 1.3.0 to 1.3.1
dependabot[bot] Apr 14, 2023
6962f99
build(deps): bump serde from 1.0.159 to 1.0.160
dependabot[bot] Apr 14, 2023
a2901d3
build(deps): bump serde_json from 1.0.95 to 1.0.96
dependabot[bot] Apr 14, 2023
aeec232
build(deps): bump mysql_async from 0.31.3 to 0.32.1
dependabot[bot] Apr 14, 2023
b85656f
build(deps): bump prost from 0.11.8 to 0.11.9
dependabot[bot] Apr 14, 2023
1af5ebb
build(deps): bump mysql_common from 0.29.2 to 0.30.1
dependabot[bot] Apr 14, 2023
8bc8b3f
Merge commit 'refs/pullreqs/871' into sean/deps
scsmithr Apr 14, 2023
0f756ae
Merge commit 'refs/pullreqs/868' into sean/deps
scsmithr Apr 14, 2023
65eb5f5
Merge commit 'refs/pullreqs/869' into sean/deps
scsmithr Apr 14, 2023
6b44bfe
Merge commit 'refs/pullreqs/867' into sean/deps
scsmithr Apr 14, 2023
08b2a60
Merge commit 'refs/pullreqs/866' into sean/deps
scsmithr Apr 14, 2023
4409e7e
Merge commit 'refs/pullreqs/864' into sean/deps
scsmithr Apr 14, 2023
8cf4c51
Merge commit 'refs/pullreqs/865' into sean/deps
scsmithr Apr 14, 2023
fd8aed6
Merge commit 'refs/pullreqs/863' into sean/deps
scsmithr Apr 14, 2023
0407a28
Merge commit 'refs/pullreqs/861' into sean/deps
scsmithr Apr 14, 2023
e127edf
Merge commit 'refs/pullreqs/860' into sean/deps
scsmithr Apr 14, 2023
b963a8d
Merge commit 'refs/pullreqs/870' into sean/deps
scsmithr Apr 14, 2023
dd5fe1a
Use reexported sqlparser in sqlexec
scsmithr Apr 14, 2023
3106700
Merge branch 'main' into sean/deps
scsmithr Apr 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
460 changes: 298 additions & 162 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ lto = "thin"

[patch.crates-io]
object_store = { git = "https://github.com/glaredb/arrow-rs.git", branch = "content-length" }
mysql_common= { git = "https://github.com/glaredb/rust_mysql_common.git", branch = "from-value-naive-time" }
2 changes: 1 addition & 1 deletion crates/datasource_bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-trait = "0.1.68"
tokio = { version = "1", features = ["full"] }
async-stream = "0.3.5"
datafusion = "20.0"
serde_json = "1.0.95"
serde_json = "1.0.96"
serde = { version = "1.0", features = ["derive"] }
gcp-bigquery-client = "0.16.6"
bigquery-storage = { git = "https://github.com/glaredb/bigquery-storage", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion crates/datasource_mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { version = "1", features = ["full"] }
async-stream = "0.3.5"
datafusion = "20.0"
serde = { version = "1.0", features = ["derive"] }
mysql_async = "0.31.3"
mysql_async = "0.32.1"
mysql_common = { version = "*", features = ["chrono"] }
chrono = "*"
rust_decimal = "*"
Expand Down
4 changes: 2 additions & 2 deletions crates/datasource_postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1.68"
tokio = { version = "1", features = ["full"] }
datafusion = "20.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
tokio-postgres = { version = "0.7.8", features = ["with-uuid-1", "with-serde_json-1", "with-chrono-0_4"] }
uuid = "1.3.0"
uuid = "1.3.1"
chrono = "0.4.24"
4 changes: 2 additions & 2 deletions crates/glaredb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object_store = {version = "0.5", features = ["gcp"]}
metastore = {path = "../metastore"}
anyhow = "1.0"
tokio = { version = "1", features = ["full"] }
clap = { version = "4.2.1", features = ["derive"] }
clap = { version = "4.2.2", features = ["derive"] }
tracing = "0.1"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
tonic = { version = "0.9", features = ["transport", "tls", "tls-roots"] }
2 changes: 1 addition & 1 deletion crates/metastore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] }
tracing = "0.1"
async-trait = "0.1.68"
datafusion = "20.0"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
bytes = "1.4"
object_store = "0.5"
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/object_store_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tokio = { version = "1", features = ["full"] }
bytes = "1.4.0"
tracing = "0.1"
moka = { version = "0.10.2", features = ["future"] }
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
4 changes: 2 additions & 2 deletions crates/pgprototest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ datadriven = "0.6.0"
postgres-protocol = "0.6.5"
serde = { version = "1.0", features = ["derive"] }
bytes = "1.4.0"
clap = { version = "4.2.1", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
clap = { version = "4.2.2", features = ["derive"] }
fallible-iterator = "0.2.0"
2 changes: 1 addition & 1 deletion crates/pgrepr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tokio-postgres = { version = "0.7.8", features = ["with-uuid-1", "with-serde_jso
num-traits = "0.2.15"
dtoa = "1.0.6"
chrono = "0.4.24"
chrono-tz = "0.8.1"
chrono-tz = "0.8.2"
tracing = "0.1"
rust_decimal = { version = "1.29.0", features = ["db-tokio-postgres"] }
4 changes: 2 additions & 2 deletions crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ datafusion = "20.0"
tokio-util = { version = "0.7.7", features = ["codec"] }
bytes = "1.4.0"
tokio = { version = "1", features = ["full"] }
openssl = "0.10.49"
openssl = "0.10.50"
reqwest = { version = "0.11.16", default-features = false, features = ["json", "rustls-tls"] }
tokio-openssl = "0.6.3"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
tokio-postgres = "0.7.8"
2 changes: 1 addition & 1 deletion crates/slt_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sqllogictest = "0.13.2"
tokio-postgres = "0.7.8"
object_store = {version = "0.5", features = ["gcp"]}
anyhow = "1.0"
clap = { version = "4.2.1", features = ["derive"] }
clap = { version = "4.2.2", features = ["derive"] }
async-trait = "0.1.68"
glob = "0.3.1"
regex = "1.7.3"
Expand Down
4 changes: 2 additions & 2 deletions crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
thiserror = "1.0"
reqwest = { version = "0.11.16", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.96"
tracing = "0.1"
chrono = "0.4.23"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
datafusion = "20.0"
hex = "0.4.3"
rust_decimal = "1.29.1"
Expand Down
6 changes: 3 additions & 3 deletions crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ datasource_debug = {path = "../datasource_debug"}
datasource_common = {path = "../datasource_common"}
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
sqlparser = "0.32.0"
serde_json = "1.0.95"
serde_json = "1.0.96"
sqlparser = "0.33.0"
datafusion = "20.0"
futures = "0.3.28"
tracing = "0.1"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
object_store = "0.5"
regex = "1.7"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlexec/src/planner/context_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ use datafusion::logical_expr::ScalarUDF;
use datafusion::logical_expr::TableSource;
use datafusion::sql::planner::object_name_to_table_reference;
use datafusion::sql::planner::ContextProvider;
use datafusion::sql::sqlparser::ast::Visit;
use datafusion::sql::sqlparser::ast::{self, Visitor};
use datafusion::sql::TableReference;
use metastore::builtins::DEFAULT_CATALOG;
use sqlparser::ast::Visit;
use std::collections::{HashMap, HashSet};
use std::ops::ControlFlow;
use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlexec/src/planner/session_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use datafusion::arrow::datatypes::{
DataType, Field, TimeUnit, DECIMAL128_MAX_PRECISION, DECIMAL_DEFAULT_SCALE,
};
use datafusion::sql::planner::SqlToRel;
use datafusion::sql::sqlparser::ast::AlterTableOperation;
use datafusion::sql::sqlparser::ast::{self, Ident, ObjectType};
use datasource_bigquery::{BigQueryAccessor, BigQueryTableAccess};
use datasource_debug::DebugTableType;
Expand All @@ -27,7 +28,6 @@ use metastore::types::options::{
TableOptionsBigQuery, TableOptionsDebug, TableOptionsGcs, TableOptionsLocal, TableOptionsMongo,
TableOptionsMysql, TableOptionsPostgres, TableOptionsS3, TableOptionsSnowflake,
};
use sqlparser::ast::AlterTableOperation;
use std::collections::BTreeMap;
use std::env;
use std::str::FromStr;
Expand Down
4 changes: 2 additions & 2 deletions crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
tracing = "0.1"
segment = "0.2.2"
tokio = { version = "1", features = ["full"] }
serde_json = "1.0.95"
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
serde_json = "1.0.96"
uuid = { version = "1.3.1", features = ["v4", "fast-rng", "macro-diagnostics"] }