File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
sdk/cosmos/azure_data_cosmos Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ getrandom = { version = "0.3" }
109109gloo-timers = { version = " 0.3" }
110110hmac = { version = " 0.12" }
111111litemap = " 0.7.4"
112+ moka = { version = " 0.12.11" , features = [" future" ] }
112113openssl = { version = " 0.10.72" }
113114opentelemetry = { version = " 0.30" , features = [" trace" ] }
114115opentelemetry_sdk = " 0.30"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ serde.workspace = true
2222tracing.workspace = true
2323typespec_client_core = { workspace = true , features = [" derive" ] }
2424url.workspace = true
25- moka = { version = " 0.12.11 " , features = [ " future " ] }
25+ moka.workspace = true
2626
2727[dev-dependencies ]
2828azure_identity.workspace = true
You can’t perform that action at this time.
0 commit comments