Skip to content

Commit ee01c79

Browse files
committed
[git-transport] upgrade to futures-lite 1.12 with BufRead support
1 parent 189ed2c commit ee01c79

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ prodash = { version = "13.0.0", optional = true, default-features = false }
7171
atty = { version = "0.2.14", optional = true, default-features = false }
7272
env_logger = { version = "0.8.0", optional = true, default-features = false, features = ["humantime", "termcolor", "atty"] }
7373
crosstermion = { version = "0.7.0", optional = true, default-features = false }
74-
futures-lite = { version = "1.4.0", optional = true, default-features = false, features = ["std"] }
74+
futures-lite = { version = "1.12.0", optional = true, default-features = false, features = ["std"] }
7575

7676
[profile.release]
7777
overflow-checks = false
@@ -115,6 +115,3 @@ members = [
115115
"tests/tools",
116116
"etc/utils"
117117
]
118-
119-
[patch.crates-io]
120-
futures-lite = { git = "https://github.com/smol-rs/futures-lite", branch = "master" }

git-packetline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hex = "0.4.2"
3737
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
3838
# async support
3939
futures-io = { version = "0.3.15", optional = true }
40-
futures-lite = { version = "1.11.3", optional = true }
40+
futures-lite = { version = "1.12.0", optional = true }
4141
pin-project-lite = { version = "0.2.6", optional = true }
4242

4343
[dev-dependencies]

git-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bstr = { version = "0.2.13", default-features = false, features = ["std"] }
4747
# for async-client
4848
async-trait = { version = "0.1.50", optional = true }
4949
futures-io = { version = "0.3.15", optional = true }
50-
futures-lite = { version = "1.11.3", optional = true }
50+
futures-lite = { version = "1.12.0", optional = true }
5151
pin-project-lite = { version = "0.2.6", optional = true }
5252

5353
# for http-client-curl

0 commit comments

Comments
 (0)