diff options
author | hozan23 <hozan23@karyontech.net> | 2024-06-24 20:26:03 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-06-24 20:26:03 +0200 |
commit | 1a3ef2d77ab54bfe286f7400ac0cee2e25ea14e3 (patch) | |
tree | 9014082443fffbfc7951c03b33caf48b3b0d6a68 /net/async_rustls | |
parent | f3bb85508335eab91fbd76d15e74dcc575195acf (diff) |
update dependencies
Diffstat (limited to 'net/async_rustls')
-rw-r--r-- | net/async_rustls/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/async_rustls/Cargo.toml b/net/async_rustls/Cargo.toml index 0d40e8a..66ac2cc 100644 --- a/net/async_rustls/Cargo.toml +++ b/net/async_rustls/Cargo.toml @@ -14,6 +14,6 @@ smol = ["futures-rustls"] tokio = ["tokio-rustls"] [dependencies] -futures-rustls = { version = "0.25.1", optional = true } +futures-rustls = { version = "0.26.0", optional = true } tokio-rustls = { version = "0.26.0", optional = true } |