Skip to content

Commit

Permalink
Update futures, disable unused compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Oct 7, 2024
1 parent 91336aa commit ace0620
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 76 deletions.
51 changes: 22 additions & 29 deletions Cargo.lock

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

72 changes: 26 additions & 46 deletions Cargo.nix

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/stackabletech/listener-operator"
anyhow = "1.0"
built = { version = "0.7", features = ["chrono", "git2"] }
clap = "4.5"
futures = { version = "0.3", features = ["compat"] }
futures = { version = "0.3" }
h2 = "0.4"
libc = "0.2"
pin-project = "1.1"
Expand Down

0 comments on commit ace0620

Please sign in to comment.