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: dependency upgrade for 2024-02-16 #2669

Merged
merged 19 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f6d45f5
chore(deps): bump indexmap from 2.2.2 to 2.2.3
dependabot[bot] Feb 16, 2024
179b8ac
chore(deps): bump rustls-pemfile from 2.0.0 to 2.1.0
dependabot[bot] Feb 16, 2024
86c85f2
chore(deps): bump clap from 4.5.0 to 4.5.1
dependabot[bot] Feb 16, 2024
69c4067
chore(deps): bump prql-compiler from 0.11.2 to 0.11.3
dependabot[bot] Feb 16, 2024
4a3f775
chore(deps): bump rust_decimal from 1.34.2 to 1.34.3
dependabot[bot] Feb 16, 2024
02eb15b
chore(deps): bump env_logger from 0.10.2 to 0.11.1
dependabot[bot] Feb 16, 2024
3c8b0a0
chore(deps): bump thiserror from 1.0.56 to 1.0.57
dependabot[bot] Feb 16, 2024
12dc6ea
chore(deps): bump mongodb from 2.8.0 to 2.8.1
dependabot[bot] Feb 16, 2024
3a7e318
chore(deps): bump chrono-tz from 0.8.5 to 0.8.6
dependabot[bot] Feb 16, 2024
f2e6657
chore(deps): bump chrono from 0.4.33 to 0.4.34
dependabot[bot] Feb 16, 2024
53021c9
Merge remote-tracking branch 'origin/dependabot/cargo/chrono-tz-0.8.6'
tychoish Feb 16, 2024
6d0f15e
Merge remote-tracking branch 'origin/dependabot/cargo/mongodb-2.8.1'
tychoish Feb 16, 2024
a555b57
Merge remote-tracking branch 'origin/dependabot/cargo/thiserror-1.0.57'
tychoish Feb 16, 2024
9bf80e3
Merge remote-tracking branch 'origin/dependabot/cargo/env_logger-0.11.1'
tychoish Feb 16, 2024
34807cc
Merge remote-tracking branch 'origin/dependabot/cargo/rust_decimal-1.…
tychoish Feb 16, 2024
66d19dc
Merge remote-tracking branch 'origin/dependabot/cargo/prql-compiler-0…
tychoish Feb 16, 2024
ddec2ec
Merge remote-tracking branch 'origin/dependabot/cargo/clap-4.5.1'
tychoish Feb 16, 2024
8686f9a
Merge remote-tracking branch 'origin/dependabot/cargo/rustls-pemfile-…
tychoish Feb 16, 2024
9c0262e
Merge remote-tracking branch 'origin/dependabot/cargo/indexmap-2.2.3'
tychoish Feb 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
125 changes: 62 additions & 63 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.0", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
datafusion = { version = "35.0.0", features = ["avro"] }
arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
datafusion-proto = { version = "35.0.0" }
Expand All @@ -30,7 +30,7 @@ tokio = { version = "1", features = ["full"] }
tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] }
anyhow = "1.0.79"
async-trait = "0.1.77"
chrono = "0.4.33"
chrono = "0.4.34"
futures = "0.3.30"
object_store = "0.9"
prost = "0.12"
Expand Down
Loading
Loading