Skip to content

Commit 10a2d94

Browse files
authored
Merge pull request #1384 from o1-labs/dependabot/cargo/mio-1.0.4
Build(deps): Bump mio from 1.0.3 to 1.0.4
2 parents c22e9da + 64eace3 commit 10a2d94

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110110
([#1228](https://github.com/o1-labs/openmina/pull/1228))
111111
- Remove OpenMina forks of arkworks and proof-systems
112112
([#1383](https://github.com/o1-labs/mina-rust/pull/1383))
113+
- Bump mio from 1.0.3 to 1.0.4
114+
([#1384](https://github.com/o1-labs/mina-rust/pull/1384))
113115

114116
### Other
115117

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)