Skip to content

Commit 6918c25

Browse files
dependabot[bot]dannywillems
authored andcommitted
chore(deps): bump mio from 0.8.11 to 1.0.3
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.11 to 1.0.3. - [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.11...v1.0.3) --- updated-dependencies: - dependency-name: mio dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 518c49e commit 6918c25

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.lock

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

node/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ redux = { workspace = true, features=["serializable_callbacks"] }
4141
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
4242
tracing-appender = "0.2.3"
4343
libp2p-identity = { version = "=0.2.7", features = ["ed25519", "rand", "serde"] }
44-
mio = { version = "1.0.2", features = ["os-poll", "net"] }
44+
mio = { version = "1.0.3", features = ["os-poll", "net"] }
4545
reqwest = { version = "0.12.8", features = ["blocking", "json"] }
4646
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
4747
aws-sdk-s3 = "1.73.0"

p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ datachannel = { git = "https://github.com/openmina/datachannel-rs.git", rev = "1
8686
] }
8787
rcgen = { version = "0.13", features = ["pem", "x509-parser"], optional = true }
8888
reqwest = { version = "0.11", features = ["json"] }
89-
mio = { version = "0.8.11", features = ["os-poll", "net"] }
89+
mio = { version = "1.0.3", features = ["os-poll", "net"] }
9090
libc = { version = "0.2.151" }
9191
local-ip-address = "0.6.1"
9292

0 commit comments

Comments
 (0)