File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
cosmos/azure_data_cosmos_native Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,10 @@ async-trait = "0.1"
93
93
base64 = " 0.22"
94
94
bytes = " 1.0"
95
95
cargo_metadata = " 0.18.1"
96
+ cbindgen = " 0.29.0"
96
97
clap = { version = " 4.5.45" , features = [" derive" ] }
97
98
criterion = { version = " 0.5" , features = [" async_tokio" ] }
99
+ dotenvy = " 0.15.7"
98
100
dyn-clone = " 1.0"
99
101
fe2o3-amqp = { version = " 0.14" , features = [" uuid" ] }
100
102
fe2o3-amqp-ext = { version = " 0.14" }
@@ -146,6 +148,10 @@ tracing = "0.1.40"
146
148
tracing-subscriber = " 0.3"
147
149
url = " 2.2"
148
150
uuid = { version = " 1.18" , features = [" v4" ] }
151
+ ureq = { version = " 3" , default-features = false , features = [
152
+ " gzip" ,
153
+ " native-tls" ,
154
+ ] }
149
155
wasm-bindgen-futures = " 0.4"
150
156
wasm-bindgen-test = " 0.3"
151
157
zerofrom = " 0.1.5"
Original file line number Diff line number Diff line change @@ -49,10 +49,7 @@ reqwest.workspace = true
49
49
thiserror.workspace = true
50
50
tokio.workspace = true
51
51
tracing-subscriber.workspace = true
52
- ureq = { version = " 3" , default-features = false , features = [
53
- " gzip" ,
54
- " native-tls" ,
55
- ] }
52
+ ureq.workspace = true
56
53
57
54
[features ]
58
55
default = [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ async-trait.workspace = true
23
23
azure_core = { workspace = true , features = [" test" ] }
24
24
azure_core_test_macros.workspace = true
25
25
azure_identity.workspace = true
26
- dotenvy = " 0.15.7 "
26
+ dotenvy.workspace = true
27
27
futures.workspace = true
28
28
rand.workspace = true
29
29
rand_chacha.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ crate-type = ["cdylib", "staticlib"]
17
17
azure_data_cosmos = { path = " ../azure_data_cosmos" , features = [" c" ] }
18
18
19
19
[build-dependencies ]
20
- cbindgen = " 0.29.0 "
20
+ cbindgen.workspace = true
21
21
22
22
[lints ]
23
23
workspace = true
You can’t perform that action at this time.
0 commit comments