Skip to content

Commit a2918e6

Browse files
dependabot[bot]prontclaude
authored
chore(deps): bump quick-junit from 0.5.2 to 0.6.0 (#25032)
* chore(deps): bump quick-junit from 0.5.2 to 0.6.0 Bumps [quick-junit](https://github.com/nextest-rs/quick-junit) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/nextest-rs/quick-junit/releases) - [Changelog](https://github.com/nextest-rs/quick-junit/blob/main/CHANGELOG.md) - [Commits](nextest-rs/quick-junit@quick-junit-0.5.2...quick-junit-0.6.0) --- updated-dependencies: - dependency-name: quick-junit dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): update quick-junit version requirement to 0.6.0 in Cargo.toml Dependabot only bumped the version in Cargo.lock but left the version requirement in Cargo.toml at "0.5.1", which resolves to >=0.5.1,<0.6.0 and causes cargo to revert the lock file back to 0.5.2 on any build. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent ca9b29b commit a2918e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ ordered-float.workspace = true
408408
percent-encoding = { version = "2.3.1", default-features = false }
409409
postgres-openssl = { version = "0.5.1", default-features = false, features = ["runtime"], optional = true }
410410
pulsar = { version = "6.7.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
411-
quick-junit = { version = "0.5.1" }
411+
quick-junit = { version = "0.6.0" }
412412
rand.workspace = true
413413
rand_distr.workspace = true
414414
rdkafka = { version = "0.39.0", default-features = false, features = ["curl-static", "tokio", "libz", "ssl", "zstd"], optional = true }

0 commit comments

Comments
 (0)