Skip to content

Commit 88bea97

Browse files
author
Shlomi Kushchi
committed
cr fixes
1 parent f81b211 commit 88bea97

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ getrandom = { version = "0.3" }
109109
gloo-timers = { version = "0.3" }
110110
hmac = { version = "0.12" }
111111
litemap = "0.7.4"
112+
native-tls = "0.2"
112113
openssl = { version = "0.10.72" }
113114
opentelemetry = { version = "0.30", features = ["trace"] }
114115
opentelemetry_sdk = "0.30"
@@ -143,6 +144,8 @@ tokio = { version = "1.0", default-features = false, features = [
143144
"macros",
144145
"time",
145146
] }
147+
tokio-native-tls = "0.3"
148+
tokio-socks = "0.5"
146149
tracing = "0.1.40"
147150
tracing-subscriber = "0.3"
148151
url = "2.2"

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ serde.workspace = true
2929
serde_amqp = { workspace = true, optional = true }
3030
serde_bytes = { workspace = true, optional = true }
3131
tokio.workspace = true
32-
tokio-socks = { version = "0.5", optional = true }
33-
native-tls = { version = "0.2", optional = true }
34-
tokio-native-tls = { version = "0.3", optional = true }
32+
tokio-native-tls = { workspace = true, optional = true }
33+
tokio-socks = { workspace = true, optional = true }
34+
native-tls = { workspace = true, optional = true }
3535
tracing.workspace = true
3636
typespec = { workspace = true, features = ["amqp"] }
3737
typespec_client_core = { workspace = true }

0 commit comments

Comments
 (0)