Skip to content

Commit 0bb31b8

Browse files
chore(deps): update azure-sdk-for-rust monorepo to 0.33.0 (open-telemetry#2332)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure_core](https://redirect.github.com/azure/azure-sdk-for-rust) | workspace.dependencies | minor | `0.32.0` → `0.33.0` | | [azure_identity](https://redirect.github.com/azure/azure-sdk-for-rust) | workspace.dependencies | minor | `0.32.0` → `0.33.0` | --- ### Release Notes <details> <summary>azure/azure-sdk-for-rust (azure_core)</summary> ### [`v0.33.0`](https://redirect.github.com/Azure/azure-sdk-for-rust/releases/tag/azure_identity%400.33.0) [Compare Source](https://redirect.github.com/azure/azure-sdk-for-rust/compare/azure_core@0.32.0...azure_core@0.33.0) #### 0.33.0 (2026-03-09) ##### Breaking Changes - Support for `wasm32-unknown-unknown` has been removed ([#&#8203;3377](https://redirect.github.com/Azure/azure-sdk-for-rust/issues/3377)) - `ClientCertificateCredential::new()` now takes `SecretBytes` instead of `Secret` for the `certificate` parameter. Pass the raw PKCS12 bytes wrapped in `SecretBytes` instead of a base64-encoded string wrapped in `Secret`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/otel-arrow). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f772993 commit 0bb31b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/otap-dataflow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ zip = "=4.2.0"
198198
byte-unit = { version = "5.2.0", features = ["serde"] }
199199
cpu-time = "1.0.0"
200200

201-
azure_core = {version = "0.32.0", default-features = false }
202-
azure_identity = {version = "0.32.0", default-features = false }
201+
azure_core = {version = "0.33.0", default-features = false }
202+
azure_identity = {version = "0.33.0", default-features = false }
203203
flate2 = "1.1.5"
204204
reqwest = { version = "0.13.1", default-features = false }
205205
time = "0.3.44"

0 commit comments

Comments
 (0)