@@ -233,7 +233,7 @@ arc-swap = { version = "1.6", default-features = false, optional = true }
233
233
async-compression = { version = " 0.4.0" , default-features = false , features = [" tokio" , " gzip" , " zstd" ], optional = true }
234
234
apache-avro = { version = " 0.14.0" , default-features = false , optional = true }
235
235
axum = { version = " 0.6.18" , default-features = false }
236
- base64 = { version = " 0.21.0 " , default-features = false , optional = true }
236
+ base64 = { version = " 0.21.1 " , default-features = false , optional = true }
237
237
bloom = { version = " 0.3.2" , default-features = false , optional = true }
238
238
bollard = { version = " 0.14.0" , default-features = false , features = [" ssl" , " chrono" ], optional = true }
239
239
bytes = { version = " 1.4.0" , default-features = false , features = [" serde" ] }
@@ -343,7 +343,7 @@ azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b
343
343
azure_identity = { git = " https://github.com/Azure/azure-sdk-for-rust.git" , rev = " b4544d4920fa3064eb921340054cd9cc130b7664" , default-features = false , features = [" enable_reqwest" ] }
344
344
azure_storage_blobs = { git = " https://github.com/Azure/azure-sdk-for-rust.git" , rev = " b4544d4920fa3064eb921340054cd9cc130b7664" , default-features = false , features = [" azurite_workaround" ] }
345
345
azure_storage = { git = " https://github.com/Azure/azure-sdk-for-rust.git" , rev = " b4544d4920fa3064eb921340054cd9cc130b7664" , default-features = false , features = [" azurite_workaround" ] }
346
- base64 = " 0.21.0 "
346
+ base64 = " 0.21.1 "
347
347
criterion = { version = " 0.4.0" , features = [" html_reports" , " async_tokio" ] }
348
348
itertools = { version = " 0.10.5" , default-features = false }
349
349
libc = " 0.2.144"
0 commit comments