Bump semver from 1.0.25 to 1.0.28 - #253
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
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,Ordcomparison (installed_semver < latest_semver),Display(to_string), and#[from] semver::Error.crates/ev-enclave/src/version/mod.rs:#[from] semver::Erroronly.- Note:
crates/ev-enclave/src/docker/command.rsusesversion_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 theserdefeature 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
Bot
force-pushed
the
dependabot/cargo/semver-1.0.28
branch
from
August 14, 2026 15:07
d178a7f to
2a89ae0
Compare
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
Bot
force-pushed
the
dependabot/cargo/semver-1.0.28
branch
from
August 14, 2026 15:16
2a89ae0 to
a1b22ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps semver from 1.0.25 to 1.0.28.
Release notes
Sourced from semver's releases.
Commits
7625c7aRelease 1.0.28fd404d0Merge pull request 351 from czy-29/masterf75f26eThedoc_auto_cfganddoc_cfgfeatures have been merged9e2bfa2Enableserdeondocs.rsand automatically addserdeflag to the docs8591f23Unpin CI miri toolchain66bdd2cPin CI miri to nightly-2026-02-11324ffceSwitch from cargo bench to criterion34133a5Update actions/upload-artifact@v5 -> v67f935ffUpdate actions/upload-artifact@v4 -> v5c07fb91Switch from test::black_box to std::hint::black_box