fix(deps): update rust crate azure_devops_rust_api to 0.25.0 #196
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.2
->0.25.0
Release Notes
microsoft/azure-devops-rust-api (azure_devops_rust_api)
v0.25.0
Breaking change
Any code accessing this field now needs to wrap it in an
Option
, or deal with the returned value being wrapped in anOption
.Changes
needless_lifetime
warnings.v0.24.0
Compare Source
Breaking change
azure_core
,azure_identity
to 0.21.v0.23.0
Compare Source
Breaking change
IdentityRef
id
to be optionalAny code accessing this field now needs to wrap it in an
Option
, or deal withthe returned value being wrapped in an
Option
.v0.22.0
Compare Source
Breaking change
IdentityRef
unique_name
to be optionalAny code accessing this field now needs to wrap it in an
Option
, or deal withthe returned value being wrapped in an
Option
.Changes
search_code
example to demonstrate use of filters.v0.21.1
Compare Source
Changes
v0.21.0
Compare Source
Changes
autorust
code generator to latest version fromazure-sdk-for-rust
.v0.20.1
Compare Source
Changes
distributed_task
submodules:events
logs
oidctoken
records
artifacts
SBOM-related data structures.v0.20.0
Compare Source
Changes
azure_core
,azure_identity
to 0.20.util::get_credential
return type fromCredential
toResult<Credential>
,as
DefaultAzureCredentialBuilder::build()
is now fallible.telemetry
code wasm build.vsts-rest-api-specs
to latest versionapprovals_and_checks::ApprovalQueryParameters
approver_status
top
user_ids
build::PipelineGeneralSettings
builds_enabled_for_forks
enable_shell_tasks_args_sanitizing_audit
enforce_job_auth_scope_for_forks
enforce_no_access_to_secrets_from_forks
fork_protection_enabled
is_comment_required_for_pull_request
require_comments_for_non_team_member_and_non_contributors
require_comments_for_non_team_members_only
build::PullRequestTrigger
pipeline_trigger_settings
git::IdentityRefWithVote
is_reapprove
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.