Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

Bumps semver from 0.11.0 to 1.0.23.

Release notes

Sourced from semver's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#318)

1.0.22

  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.21

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.20

  • Add a method for comparing versions by precedence (#305)

1.0.19

1.0.18

  • Documentation improvements

1.0.17

  • Improve error message when Version is being parsed from an empty string (#296)

1.0.16

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.15

  • Documentation improvements

1.0.14

  • Fix segfault on OOM to instead deterministically abort with message (#290)

1.0.13

  • Add categories and keywords to crates.io metadata

1.0.12

  • Fix rustdoc error when compiling documentation of downstream crates (#285)

1.0.11

  • Add serde Serialize and Deserialize impls for semver::Comparator (#282)

1.0.10

  • Work around rustdoc issue affecting the Prerelease and BuildMetadata docs (#281)

1.0.9

  • Make compatible with Miri's -Zmiri-tag-raw-pointers mode (#273)
  • Fix Send/Sync impls for Prerelease and BuildMetadata (#275)

1.0.8

(yanked)

1.0.7

... (truncated)

Commits
  • 69efd3c Release 1.0.23
  • 451b419 Merge pull request #318 from dtolnay/checkcfg
  • 5b71485 Resolve unexpected_cfgs warning
  • c520af7 Revert "Temporarily disable miri on doctests"
  • 73b5d9e Merge pull request #313 from Saecki/patch-1
  • e8d61de chore: fix typo in safety comment
  • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
  • 6e6ba22 Temporarily disable miri on doctests
  • c8ad1bf Release 1.0.22
  • f76db8d Resolve redundant import warning
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
@openshift-ci openshift-ci bot requested a review from petr-muller November 15, 2024 09:37
@petr-muller
Copy link
Member

/uncc

@openshift-ci openshift-ci bot removed the request for review from petr-muller December 2, 2024 11:30
@petr-muller
Copy link
Member

@dependabot rebase

@openshift-bot
Copy link

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 19, 2025
@openshift-bot
Copy link

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci openshift-ci bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Apr 19, 2025
@petr-muller
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/semver-1.0.23 branch from b30e591 to 9e2377c Compare May 16, 2025 13:56
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 16, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign petr-muller for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@petr-muller
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/semver-1.0.23 branch from 9e2377c to 925bea9 Compare May 16, 2025 20:23
@petr-muller
Copy link
Member

@dependabot rebase

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 27, 2025
@openshift-merge-robot
Copy link
Contributor

rebase

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps [semver](https://github.com/dtolnay/semver) from 0.11.0 to 1.0.23.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@0.11.0...1.0.23)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/semver-1.0.23 branch from 925bea9 to 81c90bc Compare May 27, 2025 16:38
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 27, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 27, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/customrust-cargo-test b30e591 link true /test customrust-cargo-test
ci/prow/customrust-images b30e591 link true /test customrust-images
ci/prow/customrust-e2e b30e591 link true /test customrust-e2e
ci/prow/e2e 81c90bc link true /test e2e
ci/prow/cargo-test 81c90bc link true /test cargo-test
ci/prow/images 81c90bc link true /test images

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2025

Superseded by #1032.

@dependabot dependabot bot closed this May 28, 2025
@dependabot dependabot bot deleted the dependabot/cargo/semver-1.0.23 branch May 28, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants