Skip to content

Commit

Permalink
feat: switch to crates.io release of Azure SDK (vectordotdev#18166)
Browse files Browse the repository at this point in the history
* feat: switch to crates.io release of Azure SDK

* Update Cargo.toml

* Remove outdated feature

* cargo vdev build licenses

---------

Co-authored-by: Doug Smith <[email protected]>
  • Loading branch information
paolobarbolini and dsmith3197 authored Aug 7, 2023
1 parent 6036d5c commit 3c535ec
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 52 deletions.
67 changes: 26 additions & 41 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ aws-smithy-http-tower = { git = "https://github.com/vectordotdev/aws-sdk-rust",
aws-smithy-types = { git = "https://github.com/vectordotdev/aws-sdk-rust", rev = "3d6aefb7fcfced5fc2a7e761a87e4ddbda1ee670", default-features = false, optional = true }

# Azure
azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest"], optional = true }
azure_identity = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest"], optional = true }
azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, optional = true }
azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, optional = true }
azure_core = { version = "0.13", default-features = false, features = ["enable_reqwest"], optional = true }
azure_identity = { version = "0.13", default-features = false, features = ["enable_reqwest"], optional = true }
azure_storage = { version = "0.13", default-features = false, optional = true }
azure_storage_blobs = { version = "0.13", default-features = false, optional = true }

# OpenDAL
opendal = {version = "0.38", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true}
Expand Down Expand Up @@ -350,10 +350,10 @@ openssl-src = { version = "111", default-features = false, features = ["force-en
[dev-dependencies]
approx = "0.5.1"
assert_cmd = { version = "2.0.12", default-features = false }
azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
azure_core = { version = "0.13", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { version = "0.13", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { version = "0.13", default-features = false, features = ["azurite_workaround"] }
azure_storage = { version = "0.13", default-features = false }
base64 = "0.21.2"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
Expand Down
3 changes: 0 additions & 3 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ matches,https://github.com/SimonSapin/rust-std-candidates,MIT,Simon Sapin <simon
matchit,https://github.com/ibraheemdev/matchit,MIT,Ibraheem Ahmed <[email protected]>
maxminddb,https://github.com/oschwald/maxminddb-rust,ISC,Gregory J. Oschwald <[email protected]>
md-5,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
md5,https://github.com/stainless-steel/md5,Apache-2.0 OR MIT,"Ivan Ukhov <[email protected]>, Kamal Ahmad <[email protected]>, Konstantin Stepanov <[email protected]>, Lukas Kalbertodt <[email protected]>, Nathan Musoke <[email protected]>, Scott Mabin <[email protected]>, Tony Arcieri <[email protected]>, Wim de With <[email protected]>, Yosef Dinerstein <[email protected]>"
memchr,https://github.com/BurntSushi/memchr,Unlicense OR MIT,"Andrew Gallant <[email protected]>, bluss"
memmap2,https://github.com/RazrFalcon/memmap2-rs,MIT OR Apache-2.0,"Dan Burkert <[email protected]>, Yevhenii Reizner <[email protected]>"
memoffset,https://github.com/Gilnaa/memoffset,MIT,Gilad Naaman <[email protected]>
Expand Down Expand Up @@ -483,7 +482,6 @@ semver-parser,https://github.com/steveklabnik/semver-parser,MIT OR Apache-2.0,St
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
serde-toml-merge,https://github.com/jdrouet/serde-toml-merge,MIT,Jeremie Drouet <[email protected]>
serde-value,https://github.com/arcnmx/serde-value,MIT,arcnmx
serde-xml-rs,https://github.com/RReverser/serde-xml-rs,MIT,Ingvar Stepanyan <[email protected]>
serde_bytes,https://github.com/serde-rs/bytes,MIT OR Apache-2.0,David Tolnay <[email protected]>
serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,David Tolnay <[email protected]>
serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
Expand Down Expand Up @@ -643,7 +641,6 @@ winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <[email protected]>
woothee,https://github.com/woothee/woothee-rust,Apache-2.0,hhatto <[email protected]>
wyz,https://github.com/myrrlyn/wyz,MIT,myrrlyn <[email protected]>
xml-rs,https://github.com/kornelski/xml-rs,MIT,Vladimir Matveev <[email protected]>
xmlparser,https://github.com/RazrFalcon/xmlparser,MIT OR Apache-2.0,Evgeniy Reizner <[email protected]>
yaml-rust,https://github.com/chyh1990/yaml-rust,MIT OR Apache-2.0,Yuheng Chen <[email protected]>
yansi,https://github.com/SergioBenitez/yansi,MIT OR Apache-2.0,Sergio Benitez <[email protected]>
Expand Down

0 comments on commit 3c535ec

Please sign in to comment.