Skip to content

Commit

Permalink
Upgrade the azure dependencies
Browse files Browse the repository at this point in the history
Built on #141, should be merged after that
  • Loading branch information
rtyler committed Jan 2, 2024
1 parent addf2de commit a92571c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 52 deletions.
123 changes: 74 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ rusoto_s3 = { version = "0.47", default-features = false, features = ["rustls"],
sentry = { version = "0.23.0", optional = true }

# azure feature enabled, mostly used for tests
azure_core = { version = "0.10.0", optional = true }
azure_storage = { version = "0.10.0", optional = true }
azure_storage_blobs = { version = "0.10.0", optional = true }
azure_core = { version = "0.18.0", optional = true }
azure_storage = { version = "0.18.0", optional = true }
azure_storage_blobs = { version = "0.18.0", optional = true }

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions tests/emails_azure_blob_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ async fn prepare_table(topic: &str) -> String {
},
later,
)
.await
.unwrap()
.start(now)
.protocol(SasProtocol::HttpHttps);
Expand Down

0 comments on commit a92571c

Please sign in to comment.