We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa98f8 commit a8c19c1Copy full SHA for a8c19c1
embedded-io-adapters/Cargo.toml
@@ -24,8 +24,6 @@ embedded-io = { version = "0.6", path = "../embedded-io" }
24
embedded-io-async = { version = "0.6.1", path = "../embedded-io-async", optional = true }
25
26
futures = { version = "0.3.21", features = ["std"], default-features = false, optional = true }
27
-hex = "0.4.3"
28
-sha2 = "0.10.9"
29
tokio = { version = "1", features = ["io-util"], default-features = false, optional = true }
30
31
[package.metadata.docs.rs]
0 commit comments