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 async-trait from 0.1.68 to 0.1.83 #30914

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
arrow = { version = "53.3.0", default-features = false }
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = "1.3.0"
bytesize = "1.1.0"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/aws-secrets-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
aws-config = { version = "1.2.0", default-features = false }
aws-credential-types = { version = "1.1.1", features = ["hardcoded-credentials"] }
aws-sdk-secretsmanager = { version = "1.20.0", default-features = false, features = ["rt-tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion src/balancerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = { version = "1.0.66", features = ["backtrace"] }
async-trait = "0.1.68"
async-trait = "0.1.83"
axum = "0.7.5"
bytes = "1.3.0"
bytesize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
bincode = { version = "1.3.3" }
bytes = { version = "1.3.0", features = ["serde"] }
bytesize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cloud-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing = "0.1.37"
uuid = { version = "1.2", features = ["serde", "v4"] }
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

async-trait = { version = "0.1.68", optional = true }
async-trait = { version = "0.1.83", optional = true }
mz-repr = { path = "../repr", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/cluster-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
futures = "0.3.25"
http = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytesize = "1.1.0"
clap = { version = "3.2.24", features = ["derive", "env"] }
crossbeam-channel = "0.5.8"
Expand Down
2 changes: 1 addition & 1 deletion src/compute-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = "1.3.0"
bytesize = "1.1.0"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytesize = "1.1.0"
clap = { version = "3.2.24", features = ["derive", "env"] }
crossbeam-channel = "0.5.8"
Expand Down
2 changes: 1 addition & 1 deletion src/durable-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = { version = "1.3.0" }
differential-dataflow = "0.13.2"
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion src/environmentd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
askama = { version = "0.12.1", default-features = false, features = ["config", "serde-json"] }
async-trait = "0.1.68"
async-trait = "0.1.83"
axum = { version = "0.7.5", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
base64 = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-kubernetes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
chrono = { version = "0.4.35", default-features = false }
clap = { version = "3.2.24", features = ["derive"] }
fail = { version = "0.5.1", features = ["failpoints"] }
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
futures = "0.3.25"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
clap = { version = "3.2.24", features = ["env", "derive"] }
derivative = "2.2.0"
futures-core = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion src/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytesize = "1.1.0"
chrono = { version = "0.4.35", default-features = false, features = ["serde"] }
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/orchestratord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
axum = "0.7.5"
chrono = { version = "0.4.35", default-features = false }
clap = { version = "3.2.24", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = { version = "1.0.66", optional = true }
#
# The only exception to the above is the `either` crate, which itself has zero
# dependencies and is widely considered to be basically part of the stdlib.
async-trait = { version = "0.1.68", optional = true }
async-trait = { version = "0.1.83", optional = true }
bytes = { version = "1.3.0", optional = true }
chrono = { version = "0.4.35", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion src/persist-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bench = false
[dependencies]
anyhow = { version = "1.0.66", features = ["backtrace"] }
arrow = { version = "53.3.0", default-features = false }
async-trait = "0.1.68"
async-trait = "0.1.83"
axum = "0.7.5"
bytes = { version = "1.3.0", features = ["serde"] }
clap = { version = "3.2.24", features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion src/persist-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ anyhow = { version = "1.0.66", features = ["backtrace"] }
arrayvec = "0.7.4"
arrow = { version = "53.3.0", default-features = false }
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = { version = "1.3.0", features = ["serde"] }
clap = { version = "3.2.24", features = ["derive"] }
differential-dataflow = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion src/persist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bench = false
[dependencies]
anyhow = { version = "1.0.66", features = ["backtrace"] }
arrow = { version = "53.3.0", default-features = false }
async-trait = "0.1.68"
async-trait = "0.1.83"
async-stream = "0.3.3"
aws-config = { version = "1.2.0", default-features = false }
aws-credential-types = { version = "1.1.1", features = ["hardcoded-credentials"] }
Expand Down
2 changes: 1 addition & 1 deletion src/pgwire-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
workspace = true

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.83"
byteorder = "1.4.3"
bytes = "1.3.0"
bytesize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
byteorder = "1.4.3"
bytes = "1.3.0"
bytesize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/secrets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
mz-repr = { path = "../repr" }
tracing = "0.1.37"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/server-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = { version = "0.1.68" }
async-trait = { version = "0.1.83" }
clap = { version = "3.2.24", features = ["derive", "env"] }
openssl = { version = "0.10.48", features = ["vendored"] }
scopeguard = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
clap = { version = "3.2.24", features = ["env", "derive"] }
crossbeam-channel = "0.5.8"
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion src/storage-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
differential-dataflow = "0.13.2"
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion src/storage-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = "1.3.0"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
derivative = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/storage-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ harness = false
[dependencies]
anyhow = "1.0.66"
arrow = { version = "53.3.0", default-features = false }
async-trait = "0.1.68"
async-trait = "0.1.83"
aws-config = { version = "1.2.0", default-features = false, features = ["sso"] }
aws-credential-types = { version = "1.1.1", features = ["hardcoded-credentials"] }
aws-sdk-sts = { version = "1.7.0", default-features = false, features = ["rt-tokio"] }
Expand Down
4 changes: 2 additions & 2 deletions src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bench = false
[dependencies]
anyhow = "1.0.66"
async-stream = "0.3.3"
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = { version = "1.3.0", features = ["serde"] }
bytesize = "1.1.0"
bincode = "1"
Expand Down Expand Up @@ -102,7 +102,7 @@ mz-build-tools = { path = "../build-tools", default-features = false }
tonic-build = "0.12.1"

[dev-dependencies]
async-trait = "0.1.68"
async-trait = "0.1.83"
axum = "0.7.5"
clap = { version = "3.2.24", features = ["derive", "env"] }
datadriven = { version = "0.8.0", features = ["async"] }
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
anyhow = "1.0.66"
async-compression = { version = "0.4.5", features = ["tokio", "gzip"] }
async-trait = "0.1.68"
async-trait = "0.1.83"
aws-config = { version = "1.2.0", default-features = false }
aws-credential-types = { version = "1.1.1", features = ["hardcoded-credentials"] }
aws-sdk-sts = { version = "1.7.0", default-features = false, features = ["rt-tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion src/timestamp-oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.68"
async-trait = "0.1.83"
dec = "0.4.8"
deadpool-postgres = "0.10.3"
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion src/txn-wal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
workspace = true

[dependencies]
async-trait = "0.1.68"
async-trait = "0.1.83"
bytes = { version = "1.3.0" }
differential-dataflow = "0.13.2"
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion test/sqllogictest/sqlite
Submodule sqlite updated 0 files
Loading