Skip to content

Commit 6942ac3

Browse files
authored
bump crate versions in prep of 2023-02 release (#1215)
1 parent 7cfc112 commit 6942ac3

File tree

270 files changed

+544
-544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+544
-544
lines changed

sdk/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_core"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -53,4 +53,4 @@ enable_reqwest_gzip = ["reqwest/gzip"]
5353
enable_reqwest_rustls = ["reqwest/rustls-tls"]
5454
test_e2e = []
5555
azurite_workaround = []
56-
xml = ["serde-xml-rs"]
56+
xml = ["serde-xml-rs"]

sdk/data_cosmos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_data_cosmos"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -15,7 +15,7 @@ rust-version = "1.64.0"
1515

1616
[dependencies]
1717
async-trait = "0.1"
18-
azure_core = { path = "../core", version = "0.8" }
18+
azure_core = { path = "../core", version = "0.10" }
1919
base64 = "0.13"
2020
time = "0.3.10"
2121
futures = "0.3"

sdk/data_tables/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_data_tables"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Azure Table storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -14,8 +14,8 @@ edition = "2021"
1414
rust-version = "1.64.0"
1515

1616
[dependencies]
17-
azure_core = { path = "../core", version = "0.8" }
18-
azure_storage = { path = "../storage", version = "0.9", default-features = false }
17+
azure_core = { path = "../core", version = "0.10" }
18+
azure_storage = { path = "../storage", version = "0.10", default-features = false }
1919
bytes = "1.0"
2020
time = "0.3.10"
2121
futures = "0.3"

sdk/identity/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_identity"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.8" }
16+
azure_core = { path = "../core", version = "0.10" }
1717
async-lock = "2.5"
1818
oauth2 = { version = "4.0.0", default-features = false }
1919
url = "2.2"

sdk/iot_deviceupdate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ serde_json = "1.0"
2222
url = "2.2"
2323
serde = { version = "1.0", features = ["derive"] }
2424
getset = "0.1"
25-
azure_core = { path = "../core", version = "0.8", default_features = false }
25+
azure_core = { path = "../core", version = "0.10", default_features = false }
2626
log = "0.4"
27-
azure_identity = { path = "../identity", version="0.9", default_features = false }
27+
azure_identity = { path = "../identity", version="0.10", default_features = false }
2828

2929
[dev-dependencies]
3030
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

sdk/iot_hub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_iot_hub"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
authors = ["Microsoft Corp."]
55
edition = "2021"
66
description = "Azure IoT Hub"
@@ -9,7 +9,7 @@ rust-version = "1.64.0"
99

1010
[dependencies]
1111
async-trait = "0.1"
12-
azure_core = { path = "../core", version = "0.8", default_features = false }
12+
azure_core = { path = "../core", version = "0.10", default_features = false }
1313
base64 = "0.20"
1414
bytes = "1.0"
1515
time = "0.3.10"

sdk/messaging_eventgrid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_messaging_eventgrid"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
description = "Rust wrappers around Microsoft Azure Event Grid REST APIs"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.8", default_features = false }
16+
azure_core = { path = "../core", version = "0.10", default_features = false }
1717
time = "0.3.10"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"

sdk/messaging_servicebus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_messaging_servicebus"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Service Bus crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -15,7 +15,7 @@ categories = ["api-bindings"]
1515
edition = "2021"
1616

1717
[dependencies]
18-
azure_core = { path = "../core", version = "0.8" }
18+
azure_core = { path = "../core", version = "0.10" }
1919
base64 = "0.13"
2020
time = "0.3.10"
2121
log = "0.4"

sdk/security_keyvault/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_security_keyvault"
3-
version = "0.8.0"
3+
version = "0.10.0"
44
authors = ["Microsoft Corp."]
55
description = "Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault"
66
repository = "https://github.com/azure/azure-sdk-for-rust"
@@ -22,7 +22,7 @@ const_format = "0.2.13"
2222
serde_json = "1.0"
2323
url = "2.2"
2424
serde = { version = "1.0", features = ["derive"] }
25-
azure_core = { path = "../core", version = "0.8", default-features = false }
25+
azure_core = { path = "../core", version = "0.10", default-features = false }
2626

2727
[dev-dependencies]
2828
azure_identity = { path = "../identity", default-features = false }

sdk/storage/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Azure Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -15,7 +15,7 @@ rust-version = "1.64.0"
1515

1616
[dependencies]
1717
async-trait = "0.1"
18-
azure_core = { path = "../core", version = "0.8", features = ["xml"] }
18+
azure_core = { path = "../core", version = "0.10", features = ["xml"] }
1919
base64 = "0.13"
2020
time = "0.3.10"
2121
futures = "0.3"

sdk/storage_blobs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_blobs"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Azure Blob Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -14,8 +14,8 @@ edition = "2021"
1414
rust-version = "1.64.0"
1515

1616
[dependencies]
17-
azure_core = { path = "../core", version = "0.8", features = ["xml"] }
18-
azure_storage = { path = "../storage", version = "0.9", default-features = false }
17+
azure_core = { path = "../core", version = "0.10", features = ["xml"] }
18+
azure_storage = { path = "../storage", version = "0.10", default-features = false }
1919
base64 = "0.13"
2020
bytes = "1.0"
2121
time = "0.3.10"

sdk/storage_datalake/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_datalake"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Azure Data Lake Storage Gen2 crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -15,8 +15,8 @@ rust-version = "1.64.0"
1515

1616
[dependencies]
1717
async-trait = "0.1"
18-
azure_core = { path = "../core", version = "0.8" }
19-
azure_storage = { path = "../storage", version = "0.9", default_features = false }
18+
azure_core = { path = "../core", version = "0.10" }
19+
azure_storage = { path = "../storage", version = "0.10", default_features = false }
2020
base64 = "0.13"
2121
bytes = "1.0"
2222
time = "0.3.10"

sdk/storage_queues/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_queues"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Azure Queue Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -14,8 +14,8 @@ edition = "2021"
1414
rust-version = "1.64.0"
1515

1616
[dependencies]
17-
azure_core = { path = "../core", version = "0.8", default-features=false, features = ["xml"] }
18-
azure_storage = { path = "../storage", version = "0.9", default-features=false }
17+
azure_core = { path = "../core", version = "0.10", default-features=false, features = ["xml"] }
18+
azure_storage = { path = "../storage", version = "0.10", default-features=false }
1919
time = "0.3.10"
2020
futures = "0.3"
2121
log = "0.4"

services/autorust/codegen/templates/Cargo.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# generated by AutoRust
22
[package]
33
name = "{{package_name}}"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
edition = "2021"
66
license = "MIT"
77
description = "generated REST API bindings"
@@ -16,7 +16,7 @@ rust-version = "1.64.0"
1616
doctest = false
1717

1818
[dependencies]
19-
azure_core = { path = "../../../sdk/core", version = "0.8", features = [{%- for feature in azure_core_features -%}"{{feature}}", {%- endfor -%}] }
19+
azure_core = { path = "../../../sdk/core", version = "0.10", features = [{%- for feature in azure_core_features -%}"{{feature}}", {%- endfor -%}] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
bytes = "1.3"

services/mgmt/activedirectory/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/addons/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/adhybridhealthservice/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/adp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/advisor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/agrifood/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/alertsmanagement/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/analysisservices/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)