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

chore(deps): upgrade batch #3147

Merged
merged 18 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ec16d5b
chore(deps): bump clap from 4.5.13 to 4.5.14
dependabot[bot] Aug 9, 2024
0d3e04b
chore(deps): bump regex from 1.10.5 to 1.10.6
dependabot[bot] Aug 9, 2024
d473909
chore(deps): bump rstest from 0.21.0 to 0.22.0
dependabot[bot] Aug 9, 2024
6efe8d9
chore(deps): bump rustls-pemfile from 2.1.2 to 2.1.3
dependabot[bot] Aug 9, 2024
2e51ceb
chore(deps): bump flate2 from 1.0.30 to 1.0.31
dependabot[bot] Aug 9, 2024
92a9ad4
chore(deps): bump tempfile from 3.10.1 to 3.12.0
dependabot[bot] Aug 9, 2024
f6dc0fa
chore(deps): bump serde from 1.0.204 to 1.0.205
dependabot[bot] Aug 9, 2024
e0222b8
chore(deps): bump assert_cmd from 2.0.15 to 2.0.16
dependabot[bot] Aug 9, 2024
b611840
Merge remote-tracking branch 'origin/dependabot/cargo/serde-1.0.205' …
tychoish Aug 13, 2024
8fd6efb
Merge remote-tracking branch 'origin/dependabot/cargo/tempfile-3.12.0…
tychoish Aug 13, 2024
01533c5
Merge remote-tracking branch 'origin/dependabot/cargo/clap-4.5.14' in…
tychoish Aug 13, 2024
9745ff3
chore(deps): bump prost from 0.12.6 to 0.13.1
dependabot[bot] Aug 9, 2024
45a2231
Revert "chore(deps): bump prost from 0.12.6 to 0.13.1"
tychoish Aug 13, 2024
cde36d1
Merge remote-tracking branch 'origin/dependabot/cargo/regex-1.10.6' i…
tychoish Aug 13, 2024
2d31e50
Merge remote-tracking branch 'origin/dependabot/cargo/rstest-0.22.0' …
tychoish Aug 13, 2024
d0adf63
Merge remote-tracking branch 'origin/dependabot/cargo/flate2-1.0.31' …
tychoish Aug 13, 2024
b15305f
Merge remote-tracking branch 'origin/dependabot/cargo/rustls-pemfile-…
tychoish Aug 13, 2024
b2e9c6a
Merge remote-tracking branch 'origin/main' into deps/2024-08-12
tychoish Aug 13, 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
136 changes: 77 additions & 59 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.13", features = ["derive"] }
clap = { version = "4.5.14", 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 @@ -38,7 +38,7 @@ prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.12"
serde_json = "1.0.122"
tempfile = "3.10.1"
tempfile = "3.12.0"
thiserror = "1.0"
tracing = "0.1"
url = "2.5.2"
Expand Down
Loading