Skip to content

Commit

Permalink
bump futures version
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 11, 2024
1 parent 9b82669 commit 1564544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.5", default-features = false }
config = { version = "0.14", default-features = false }
constant_time_eq = { version = "0.3.1" }
duckdb = { version = "1.0", default-features = false, features = ["bundled"] }
futures = { version = "0.3", default-features = false }
futures = { version = "0.3.31", default-features = false }
# gcp-bigquery-client = { version = "0.24.1", default-features = false }
gcp-bigquery-client = { git = "https://github.com/imor/gcp-bigquery-client", default-features = false, rev = "4fb420c0077f12674c71d562fa21f913a360981f" }
k8s-openapi = { version = "0.23.0", default-features = false }
Expand Down

0 comments on commit 1564544

Please sign in to comment.