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

core(deps): batch upgrade rust dependencies #3090

Merged
merged 23 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b58148a
chore(deps): bump mongodb from 3.0.0 to 3.0.1
dependabot[bot] Jul 12, 2024
9d6bb3a
chore(deps): bump serde from 1.0.203 to 1.0.204
dependabot[bot] Jul 12, 2024
95c42f5
chore(deps): bump async-openai from 0.23.3 to 0.23.4
dependabot[bot] Jul 12, 2024
10fd746
chore(deps): bump uuid from 1.9.1 to 1.10.0
dependabot[bot] Jul 12, 2024
82b06b6
chore(deps): bump clap from 4.5.8 to 4.5.9
dependabot[bot] Jul 12, 2024
43fd8c4
chore(deps): bump rustls from 0.23.10 to 0.23.11
dependabot[bot] Jul 12, 2024
0cd1473
chore(deps): bump scylla from 0.13.0 to 0.13.1
dependabot[bot] Jul 12, 2024
81e6169
chore(deps): bump gcp-bigquery-client from 0.20.0 to 0.22.0
dependabot[bot] Jul 12, 2024
65ac18b
chore(deps): bump thiserror from 1.0.61 to 1.0.62
dependabot[bot] Jul 12, 2024
f9a1c1c
chore(deps): bump tonic-build from 0.11.0 to 0.12.0
dependabot[bot] Jul 12, 2024
7a9edf1
chore(deps): bump async-trait from 0.1.80 to 0.1.81
dependabot[bot] Jul 12, 2024
33077a4
Merge remote-tracking branch 'origin/dependabot/cargo/tonic-build-0.1…
tychoish Jul 16, 2024
fc0cf99
Merge remote-tracking branch 'origin/dependabot/cargo/thiserror-1.0.6…
tychoish Jul 16, 2024
43d5fb9
Merge remote-tracking branch 'origin/dependabot/cargo/clap-4.5.9' int…
tychoish Jul 16, 2024
1a59e94
Merge remote-tracking branch 'origin/dependabot/cargo/uuid-1.10.0' in…
tychoish Jul 16, 2024
595c6be
Merge remote-tracking branch 'origin/dependabot/cargo/serde-1.0.204' …
tychoish Jul 16, 2024
eff6fba
Merge remote-tracking branch 'origin/dependabot/cargo/mongodb-3.0.1' …
tychoish Jul 16, 2024
3627d75
Merge remote-tracking branch 'origin/dependabot/cargo/async-openai-0.…
tychoish Jul 16, 2024
ba918c8
Merge remote-tracking branch 'origin/dependabot/cargo/rustls-0.23.11'…
tychoish Jul 16, 2024
5a6127a
Revert "chore(deps): bump tonic-build from 0.11.0 to 0.12.0"
tychoish Jul 16, 2024
a1ed09d
Merge remote-tracking branch 'origin/dependabot/cargo/gcp-bigquery-cl…
tychoish Jul 16, 2024
0aa2802
relock
tychoish Jul 16, 2024
be01e50
Merge remote-tracking branch 'origin/dependabot/cargo/scylla-0.13.1' …
tychoish Jul 16, 2024
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
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 }