Skip to content

fix(deps): update all non-major dependencies#122

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#122
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
azure_core dependencies minor 0.32.00.33.0
azure_identity dependencies minor 0.32.00.33.0
env_logger dev-dependencies patch 0.11.90.11.10
openssl dependencies patch 0.10.750.10.76
tempfile (source) dev-dependencies minor 3.26.03.27.0
tokio (source) dependencies minor 1.50.01.51.0

Release Notes

azure/azure-sdk-for-rust (azure_core)

v0.33.0

Compare Source

0.33.0 (2026-03-09)

Breaking Changes
  • Support for wasm32-unknown-unknown has been removed (#​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.
rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies
rust-openssl/rust-openssl (openssl)

v0.10.76

Compare Source

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76

Stebalien/tempfile (tempfile)

v3.27.0

Compare Source

This release adds TempPath::try_from_path and deprecates TempPath::from_path.

Prior to this release, TempPath::from_path made no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:

let tmp_path = TempPath::from_path("foo")
std::env::set_current_dir("/some/other/path").unwrap();
drop(tmp_path);

Now:

  1. TempPath::from_path will attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to call std::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.
  2. The TempPath::try_from_path behaves exactly like TempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).

Neither function attempt to verify the existence of the file in question.

Thanks to @​meng-xu-cs for reporting this issue.

tokio-rs/tokio (tokio)

v1.51.0: Tokio v1.51.0

Compare Source

1.51.0 (April 3rd, 2026)
Added
  • net: implement get_peer_cred on Hurd (#​7989)
  • runtime: add tokio::runtime::worker_index() (#​7921)
  • runtime: add runtime name (#​7924)
  • runtime: stabilize LocalRuntime (#​7557)
  • wasm: add wasm32-wasip2 networking support (#​7933)
Changed
  • runtime: steal tasks from the LIFO slot (#​7431)
Fixed
  • docs: do not show "Available on non-loom only." doc label (#​7977)
  • macros: improve overall macro hygiene (#​7997)
  • sync: fix notify_waiters priority in Notify (#​7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#​7991)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 5, 2026 04:36
@renovate renovate bot requested a review from maxdymond March 5, 2026 04:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69a476d to 0d45f6d Compare March 10, 2026 05:27
@renovate renovate bot changed the title fix(deps): update rust crate azure_core to 0.33.0 fix(deps): update all non-major dependencies to 0.33.0 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d45f6d to c155bd3 Compare March 11, 2026 02:56
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to 0.33.0 fix(deps): update all non-major dependencies Mar 11, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c155bd3 to f565249 Compare March 12, 2026 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f565249 to b59199f Compare March 23, 2026 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b59199f to b7fa3e5 Compare April 3, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants