diff --git a/Cargo.toml b/Cargo.toml index 9aa9fed..cf64ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["embedded", "async", "http", "no_std"] exclude = [".github"] [dependencies] -buffered-io = { version = "0.5.3" } +buffered-io = { version = "0.5.4" } embedded-io = { version = "0.6" } embedded-io-async = { version = "0.6" } embedded-nal-async = "0.7.0"