Skip to content

Commit

Permalink
Update mio requirement from ^0.6.23 to ^1.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [mio](https://github.com/tokio-rs/mio) to permit the latest version.
- [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.6.23...v1.0.3)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent a2b4ceb commit 3a85e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pre-iron-gid = []
# rustdds = { git = "https://github.com/Atostek/RustDDS.git" }
rustdds = { version = "~0.11.1" } # release setting

mio = "^0.6.23"
mio = "^1.0.3"
mio-extras = "2.0.6"
log = "0.4.11"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 3a85e02

Please sign in to comment.