Skip to content

Commit 49212f4

Browse files
dependabot[bot]dannywillems
authored andcommitted
Build(deps): Bump mio from 1.0.3 to 1.0.4
Bumps [mio](https://github.com/tokio-rs/mio) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/commits) --- updated-dependencies: - dependency-name: mio dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c22e9da commit 49212f4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -45,7 +45,7 @@ libp2p-identity = { version = "=0.2.7", features = [
4545
"rand",
4646
"serde",
4747
] }
48-
mio = { version = "1.0.3", features = ["os-poll", "net"] }
48+
mio = { version = "1.0.4", features = ["os-poll", "net"] }
4949
reqwest = { version = "0.12.8", features = ["blocking", "json"] }
5050
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
5151
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 = "1.0.3", features = ["os-poll", "net"] }
89+
mio = { version = "1.0.4", features = ["os-poll", "net"] }
9090
libc = { version = "0.2.151" }
9191
local-ip-address = "0.6.1"
9292

0 commit comments

Comments
 (0)