Skip to content

Commit e6501fe

Browse files
onur-ozkanpatrickelectric
authored andcommitted
bump embedded-io
Signed-off-by: Onur Özkan <work@onurozkan.dev>
1 parent 70cad33 commit e6501fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mavlink-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ async-trait = { version = "0.1.18", optional = true }
2424
byteorder = { workspace = true, default-features = false }
2525
crc-any = { workspace = true, default-features = false }
2626
embedded-hal-02 = { version = "0.2", optional = true, package = "embedded-hal" }
27-
embedded-io = { version = "0.6.1", optional = true }
28-
embedded-io-async = { version = "0.6.1", optional = true }
27+
embedded-io = { version = "0.7", optional = true }
28+
embedded-io-async = { version = "0.7", optional = true }
2929
futures = { version = "0.3", default-features = false, optional = true }
3030
nb = { version = "1.0", optional = true }
3131
rand = { version = "0.9", optional = true, default-features = false, features = ["std", "std_rng"] }

0 commit comments

Comments
 (0)