Skip to content

Commit

Permalink
Bump mio from 0.8.10 to 0.8.11
Browse files Browse the repository at this point in the history
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mstange committed Mar 4, 2024
1 parent bdcf377 commit 45b0cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wholesym = { version = "0.4.0", path = "../wholesym", features = ["api"]}
dirs = "5.0.0"
once_cell = "1.17"
fxhash = "0.2.1"
mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
mio = { version = "0.8.11", features = ["os-ext", "os-poll"] }

[target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]

Expand Down

0 comments on commit 45b0cd7

Please sign in to comment.