Skip to content

Commit

Permalink
chore(deps): Bump deps (#2206)
Browse files Browse the repository at this point in the history
- Closes #2196
- Closes #2195
- Closes #2194
- Closes #2193
- Closes #2192

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
scsmithr and dependabot[bot] authored Dec 4, 2023
1 parent 060af80 commit 777dfd9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
50 changes: 25 additions & 25 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 crates/bench_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"}
tokio = { workspace = true }
tokio-postgres = "0.7.8"
anyhow = "1.0"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
async-trait = "0.1.74"
glob = "0.3.1"
regex = "1.8.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/datasources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = {workspace = true}
[dependencies]
ioutil = { path = "../ioutil" }
apache-avro = "0.16"
async-channel = "2.1.0"
async-channel = "2.1.1"
async-stream = "0.3.5"
async-trait = "0.1.74"
bigquery-storage = { git = "https://github.com/glaredb/bigquery-storage", branch = "deps/2023-10-27-update" }
Expand All @@ -34,7 +34,7 @@ once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.9.1"
repr = { path = "../repr" }
ring = "0.17.5"
ring = "0.17.6"
rustls = "0.21.9"
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
rust_decimal = { version = "1.33.1", features = ["db-tokio-postgres"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/glaredb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object_store_util = { path = "../object_store_util" }
metastore = { path = "../metastore" }
anyhow = "1.0"
tokio = { workspace = true }
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
tracing = "0.1"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
tonic = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pgprototest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ postgres-protocol = "0.6.5"
serde = { workspace = true }
bytes = "1.4.0"
serde_json = { workspace = true }
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
fallible-iterator = "0.2.0"
2 changes: 1 addition & 1 deletion crates/sqlexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ itertools = "0.12.0"
reqwest = { version = "0.11.22", default-features = false, features = ["json"] }
prql-compiler = "0.10.1"
num_cpus = "1.16.0"
async-channel = "2.1.0"
async-channel = "2.1.1"

[dev-dependencies]
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = { workspace = true }
num_cpus = "1.16.0"
anyhow = "1.0"
walkdir = "2.3.3"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
glob = "0.3.1"
tracing = "0.1"
tokio = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.72"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls", "blocking"] }
xshell = "0.2.5"
zip = "0.6.6"

0 comments on commit 777dfd9

Please sign in to comment.