Skip to content

Commit 0a02edf

Browse files
authored
move 'moka' version to workspace
1 parent 6f79f21 commit 0a02edf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 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+
moka = { version = "0.12.11", features = ["future"] }
112113
openssl = { version = "0.10.72" }
113114
opentelemetry = { version = "0.30", features = ["trace"] }
114115
opentelemetry_sdk = "0.30"

sdk/cosmos/azure_data_cosmos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde.workspace = true
2222
tracing.workspace = true
2323
typespec_client_core = { workspace = true, features = ["derive"] }
2424
url.workspace = true
25-
moka = { version = "0.12.11", features = ["future"] }
25+
moka.workspace = true
2626

2727
[dev-dependencies]
2828
azure_identity.workspace = true

0 commit comments

Comments
 (0)