Skip to content

Commit d99a1a8

Browse files
dependabot[bot]Byron
authored andcommitted
Bump maybe-async from 0.2.4 to 0.2.6
Bumps [maybe-async](https://github.com/fMeow/maybe-async-rs) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/fMeow/maybe-async-rs/releases) - [Changelog](https://github.com/fMeow/maybe-async-rs/blob/main/CHANGELOG.md) - [Commits](fMeow/maybe-async-rs@v0.2.4...v0.2.6) --- updated-dependencies: - dependency-name: maybe-async dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28687b1 commit d99a1a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

git-packetline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ pin-project-lite = { version = "0.2.6", optional = true }
4343
[dev-dependencies]
4444
async-std = { version = "1.9.0", features = ["attributes"] }
4545
git-odb = { version = "^0.16.0", path = "../git-odb" }
46-
maybe-async = "0.2.4"
46+
maybe-async = "0.2.6"

git-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ futures-lite = { version = "1.12.0", optional = true }
4444

4545
[dev-dependencies]
4646
async-std = { version = "1.9.0", features = ["attributes"] }
47-
maybe-async = "0.2.4"
47+
maybe-async = "0.2.6"
4848
git-packetline = { version = "^0.6.0", path = "../git-packetline" }

git-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ base64 = { version = "0.13.0", optional = true }
5858

5959
[dev-dependencies]
6060
async-std = { version = "1.9.0", features = ["attributes"] }
61-
maybe-async = "0.2.4"
61+
maybe-async = "0.2.6"
6262
git-pack = { version = "^0.2", path = "../git-pack" }
6363
blocking = "1.0.2"

0 commit comments

Comments
 (0)