Skip to content

Commit 489087c

Browse files
committed
update async-native-tls
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 1c2599f commit 489087c

File tree

2 files changed

+33
-53
lines changed

2 files changed

+33
-53
lines changed

Cargo.lock

Lines changed: 31 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ rustls--ring = ["dep:rustls-connector", "rustls-connector/rustls--r
4242
cfg-if = "^1.0"
4343

4444
[dependencies.async-native-tls]
45-
version = "^0.5"
45+
version = "^0.6"
4646
default-features = false
47-
features = ["runtime-async-std"] # this feature name is bad. means async traits from futures-io
47+
features = ["runtime-smol"] # this feature name is bad. means async traits from futures-io
4848
optional = true
4949

5050
[dependencies.async-openssl]

0 commit comments

Comments
 (0)