Skip to content

Commit 492e25d

Browse files
authored
Update typespec, core after release (#2679)
* Update typespec, core after release * Fix lint * Add Zlib to acceptable licenses Based on internal documentation, Zlib is a permissable license and should be fine. CG will alert otherwise.
1 parent 8026701 commit 492e25d

File tree

15 files changed

+92
-26
lines changed

15 files changed

+92
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ rust-version = "1.81"
3333
[workspace.dependencies.typespec]
3434
default-features = false
3535
path = "sdk/typespec"
36-
version = "0.5.0"
36+
version = "0.6.0"
3737

3838
[workspace.dependencies.typespec_client_core]
3939
default-features = false
4040
path = "sdk/typespec/typespec_client_core"
41-
version = "0.4.0"
41+
version = "0.5.0"
4242

4343
[workspace.dependencies.typespec_macros]
44-
version = "0.4.0"
44+
version = "0.5.0"
4545
path = "sdk/typespec/typespec_macros"
4646

4747
[workspace.dependencies.azure_core]
48-
version = "0.25.0"
48+
version = "0.26.0"
4949
path = "sdk/core/azure_core"
5050

5151
[workspace.dependencies.azure_core_amqp]
52-
version = "0.4.0"
52+
version = "0.5.0"
5353
path = "sdk/core/azure_core_amqp"
5454

5555
[workspace.dependencies.azure_core_test]
@@ -121,7 +121,7 @@ tracing-subscriber = "0.3"
121121
url = "2.2"
122122
uuid = { version = "1.0", features = ["v4"] }
123123
zerofrom = "0.1.5"
124-
zip = { version = "2.6.1", default-features = false, features = ["deflate"] }
124+
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }
125125

126126
[workspace.lints.clippy]
127127
large_futures = "deny"

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ allow = [
1717
"MIT",
1818
# "OpenSSL",
1919
"Unicode-3.0",
20+
"Zlib",
2021
]
2122

2223
[[licenses.clarify]]

sdk/core/azure_core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.26.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.25.0 (2025-06-06)
414

515
### Features Added

sdk/core/azure_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_core"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
55
readme = "README.md"
66
authors.workspace = true

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.5.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.4.0 (2025-06-06)
414

515
### Breaking Changes

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AMQP Stack for consumption by packages in the Azure SDK.
44
[package]
55
name = "azure_core_amqp"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true
@@ -19,7 +19,7 @@ edition.workspace = true
1919

2020
[dependencies]
2121
async-trait.workspace = true
22-
azure_core = { path = "../azure_core", version = "0.25.0", default-features = false }
22+
azure_core = { path = "../azure_core", version = "0.26.0", default-features = false }
2323
fe2o3-amqp = { workspace = true, optional = true }
2424
fe2o3-amqp-cbs = { workspace = true, optional = true }
2525
fe2o3-amqp-ext = { workspace = true, optional = true }

sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition.workspace = true
2121
async-lock.workspace = true
2222
async-stream.workspace = true
2323
async-trait.workspace = true
24-
azure_core = { path = "../../core/azure_core", version = "0.25.0", default-features = false }
24+
azure_core = { path = "../../core/azure_core", version = "0.26.0", default-features = false }
2525
azure_core_amqp.workspace = true
2626
futures.workspace = true
2727
rand.workspace = true

sdk/typespec/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.6.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.5.0 (2025-06-06)
414

515
## Other Changes

sdk/typespec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typespec"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

sdk/typespec/typespec_client_core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.5.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.4.0 (2025-06-06)
414

515
### Features Added

sdk/typespec/typespec_client_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typespec_client_core"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Client runtime for TypeSpec-generated libraries."

sdk/typespec/typespec_macros/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.5.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.4.0 (2025-06-06)
414

515
### Features Added

sdk/typespec/typespec_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typespec_macros"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Procedural macros for client libraries built on typespec."

sdk/typespec/typespec_macros/tests/data/safe-debug-tests/Cargo.lock

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

0 commit comments

Comments
 (0)