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

use future-rs latest #698

Merged
merged 12 commits into from Aug 17, 2022
179 changes: 129 additions & 50 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 shotover-proxy/Cargo.toml
Expand Up @@ -20,8 +20,8 @@ tokio-util = { version = "0.7.0", features = ["full"] }
tokio-stream = "0.1.2"
bytes = "1.0.0"
bytes-utils = "0.1.1"
futures = "0.3.12"
futures-core = "0.3.1"
futures = { git = "https://github.com/rust-lang/futures-rs" }
conorbros marked this conversation as resolved.
Show resolved Hide resolved
futures-util = "0.3.21"
async-trait = "0.1.30"
clap = { version = "3.0.4", features = ["cargo", "derive"] }
derivative = "2.1.1"
Expand Down