Skip to content

Commit

Permalink
core(deps): batch upgrade rust dependencies (#3090)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tychoish and dependabot[bot] authored Jul 16, 2024
1 parent 5d40dbc commit 6c833d4
Show file tree
Hide file tree
Showing 17 changed files with 163 additions and 113 deletions.
232 changes: 141 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ strip = true
wildcard_imports = "deny"

[workspace.dependencies]
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
datafusion = { version = "36.0.0", features = ["avro"] }
arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
datafusion-proto = { version = "36.0.0" }
Expand All @@ -29,14 +29,14 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] }
anyhow = "1.0.86"
async-trait = "0.1.80"
async-trait = "0.1.81"
chrono = "0.4.38"
futures = "0.3.30"
object_store = "0.9"
prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.10"
rustls = "0.23.11"
serde_json = "1.0.120"
tempfile = "3.10.1"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ thiserror.workspace = true
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nu-ansi-term = "0.50.0"
atty = "0.2.14"
console-subscriber = "0.3.0"
tokio-postgres = "0.7.8"
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"

lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion
Expand Down
2 changes: 1 addition & 1 deletion crates/datafusion_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object_store = { workspace = true }
tracing = { workspace = true }
thiserror.workspace = true
futures = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
async-recursion = "1.1.1"
regex = "1.10"
once_cell = "1.19.0"
Expand Down
8 changes: 4 additions & 4 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ async-stream = "0.3.5"
bitvec = "1"
bson = "2.11.0"
chrono-tz = "0.9"
gcp-bigquery-client = "0.20.0"
gcp-bigquery-client = "0.22.0"
glob = "0.3.1"
indexmap = "2.2.6"
mongodb = "3.0.0"
mongodb = "3.0.1"
once_cell = "1.19.0"
parking_lot = "0.12.3"
rand = "0.8.5"
regex = "1.10.5"
ring = "0.17.8"
scylla = "0.13.0"
scylla = "0.13.1"
serde_with = "3.8.3"
tokio-postgres-rustls = "0.12.0"
tokio-rustls = "0.26.0"
tokio-util = "0.7.11"
uuid = "1.9.1"
uuid = "1.10.0"
webpki-roots = "0.26.3"
calamine = { version = "0.25.0", features = ["dates"] }
klickhouse = { version = "0.13.0", features = ["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/metastore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = { workspace = true }
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
bytes = { workspace = true }
once_cell = "1.19.0"
tower = "0.4"
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 @@ -22,4 +22,4 @@ tokio = { workspace = true }
tempfile = "3"
bytes = { workspace = true }
moka = { version = "0.12.5", features = ["future"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
2 changes: 1 addition & 1 deletion crates/pgsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rustls-pemfile = "2.1.2"
tokio-postgres = "0.7.8"
tokio-rustls = "0.26.0"
tokio-util = { version = "0.7.11", features = ["codec"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
webpki-roots = "0.26.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/protogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror.workspace = true
tonic = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tracing = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/proxyutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ futures = { workspace = true }
reqwest = { workspace = true }
async-trait = { workspace = true }
serde_json = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
2 changes: 1 addition & 1 deletion crates/rpcsrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ base64 = "0.22.1"
bytes = "1.6"
dashmap = "6.0.1"
once_cell = "1.19.0"
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
2 changes: 1 addition & 1 deletion crates/slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pgsrv = { path = "../pgsrv" }
rpcsrv = { path = "../rpcsrv" }
sqlexec = { path = "../sqlexec" }
telemetry = { path = "../telemetry" }
uuid = { version = "1.9", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10", features = ["v4", "fast-rng", "macro-diagnostics"] }
glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
chrono = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
datafusion = { workspace = true }
hex = "0.4.3"
base64 = "0.22.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/sqlbuiltins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tempfile = { workspace = true }
tokio = { workspace = true }
reqwest = { workspace = true }
bytes = { workspace = true }
async-openai = "0.23.3"
async-openai = "0.23.4"
datafusion-functions-array = "36.0.0"
fnv = "1.0.7"
kdl = "5.0.0-alpha.1"
Expand All @@ -40,6 +40,6 @@ once_cell = "1.19.0"
siphasher = "1.0.1"
strum = "0.26.3"
memoize = { version = "0.4.2", features = ["full"] }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
arrow-cast = { version = "50.0.0" } # MUST synchronize sync with the datafusion::arrow version
lance-linalg = { git = "https://github.com/GlareDB/lance", branch = "df36" } # omits duckdb submodule
2 changes: 1 addition & 1 deletion crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ reqwest = { workspace = true }
rustls = { workspace = true }
url = { workspace = true }
bytes = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
tokio-postgres = "0.7.8"
once_cell = "1.19.0"
parking_lot = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ test = false
tracing = { workspace = true }
segment = "0.2.4"
tokio = { workspace = true }
uuid = { version = "1.9.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
serde_json = { workspace = true }

0 comments on commit 6c833d4

Please sign in to comment.