Skip to content

Bump semver from 1.0.25 to 1.0.28 - #253

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/semver-1.0.28
Open

Bump semver from 1.0.25 to 1.0.28#253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/semver-1.0.28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps semver from 1.0.25 to 1.0.28.

Release notes

Sourced from semver's releases.

1.0.28

  • Documentation improvements

1.0.27

  • Switch serde dependency to serde_core (#333)

1.0.26

  • Documentation improvements
Commits
  • 7625c7a Release 1.0.28
  • fd404d0 Merge pull request 351 from czy-29/master
  • f75f26e The doc_auto_cfg and doc_cfg features have been merged
  • 9e2bfa2 Enable serde on docs.rs and automatically add serde flag to the docs
  • 8591f23 Unpin CI miri toolchain
  • 66bdd2c Pin CI miri to nightly-2026-02-11
  • 324ffce Switch from cargo bench to criterion
  • 34133a5 Update actions/upload-artifact@v5 -> v6
  • 7f935ff Update actions/upload-artifact@v4 -> v5
  • c07fb91 Switch from test::black_box to std::hint::black_box
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 18:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 27, 2026

@ev-vaultkeeper ev-vaultkeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe to merge.

This is a patch-level bump of semver 1.0.25 → 1.0.28, touching only Cargo.lock (version + checksum). Cargo.toml already pins semver = "1.0.20" in both crates, which permits 1.0.28.

Usage in this repo (default features only — the optional serde feature is not enabled):

  • crates/ev-cli/src/version.rs: Version::parse, Ord comparison (installed_semver < latest_semver), Display (to_string), and #[from] semver::Error.
  • crates/ev-enclave/src/version/mod.rs: #[from] semver::Error only.
  • Note: crates/ev-enclave/src/docker/command.rs uses version_compare::Version, a different crate — unaffected.

All of these are the crate's most stable core APIs.

Changelog 1.0.25 → 1.0.28:

  • 1.0.26: documentation only
  • 1.0.27: switch internal serde dependency to serde_core (only relevant when the serde feature is enabled — it is not here; semver's lockfile entry lists no dependencies)
  • 1.0.28: documentation only

No API changes, no behavioral changes affecting our usage, and no security/performance concerns.

Verification: cargo build (full workspace incl. ev binary and ev-enclave) succeeds with only pre-existing unrelated warnings; version-related tests pass. No code changes were required.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/semver-1.0.28 branch from d178a7f to 2a89ae0 Compare August 14, 2026 15:07
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.25 to 1.0.28.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.25...1.0.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/semver-1.0.28 branch from 2a89ae0 to a1b22ef Compare August 14, 2026 15:16
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 rust Pull requests that update Rust code

Development

Successfully merging this pull request may close these issues.

0 participants