Skip to content

Commit 2a89d28

Browse files
Bump async-io from 2.5.0 to 2.6.0
Bumps [async-io](https://github.com/smol-rs/async-io) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-io@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: async-io dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63c925c commit 2a89d28

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

Cargo.lock

Lines changed: 20 additions & 17 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/killzoner/pprof-hyper-server"
1515
anyhow = { version = "1.0.99", default-features = false }
1616
async-channel = { version = "2.5.0", default-features = false }
1717
async-executor = { version = "1.13.3", default-features = false }
18-
async-io = { version = "2.5.0", default-features = false }
18+
async-io = { version = "2.6.0", default-features = false }
1919
form_urlencoded = { version = "1.2.2", default-features = false, features = [
2020
"alloc",
2121
] }

0 commit comments

Comments
 (0)