Skip to content

Commit

Permalink
build: update rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed May 5, 2024
1 parent 7caf6bd commit ea632cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bounded-static = "0.5.0"
bytes = "1.5.0"
imap-codec = { version = "2.0.0", features = ["quirk_crlf_relaxed", "bounded-static"] }
imap-types = { version = "2.0.0" }
rustls = { version = "0.21.7", optional = true }
rustls = { version = "0.21.11", optional = true }
thiserror = "1.0.49"
tokio = { version = "1.32.0", optional = true, features = ["io-util", "macros", "net"] }
tokio-rustls = { version = "0.24.1", optional = true }
Expand Down

0 comments on commit ea632cd

Please sign in to comment.