diff --git a/Cargo.lock b/Cargo.lock index 1604948..b651b19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index c488bd5..7fb6b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ ext_metadata = ["imap-codec/ext_metadata"] # [dependencies] -bytes = { version = "1.6.1", optional = true } +bytes = { version = "1.7.1", optional = true } imap-codec = { version = "2.0.0-alpha.4", features = ["quirk_crlf_relaxed"] } rustls = { version = "0.23.12", optional = true } thiserror = "1.0.63" diff --git a/integration-test/Cargo.toml b/integration-test/Cargo.toml index a861c52..128567e 100644 --- a/integration-test/Cargo.toml +++ b/integration-test/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] bstr = { version = "1.10.0", default-features = false } -bytes = "1.6.1" +bytes = "1.7.1" imap-codec = { version = "2.0.0-alpha.4" } imap-next = { path = ".." } tokio = { version = "1.39.2", features = ["macros", "net", "rt", "time"] }