Skip to content

cargo: bump various version of things #1215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ahayzen-kdab
Copy link
Collaborator

@ahayzen-kdab ahayzen-kdab commented Mar 5, 2025

Remaining things to update

cargo update --verbose
    Updating crates.io index
     Locking 0 packages to latest compatible versions
   Unchanged image v0.24.9 (available: v0.25.5)
   Unchanged versions v6.3.2 (available: v7.0.0)

Note that moving to versions 7.0.0 would cause MSRV of 1.85.0 https://crates.io/crates/versions/versions

@@ -170,9 +170,9 @@ dependencies = [

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i think we should have potentially a separate runner or something that runs cargo msrv verify in one of the example projects ? (it seems to get confused by a workspace)

I'm currently using cargo msrv list to check this.

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (96d3233) to head (318e621).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1215   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        12772     12772           
=========================================
  Hits         12772     12772           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ahayzen-kdab ahayzen-kdab force-pushed the cargo-bump-versions-1 branch from ee67f28 to 318e621 Compare May 28, 2025 04:09
@ahayzen-kdab
Copy link
Collaborator Author

$ cargo msrv list
  [Meta]   cargo-msrv 0.18.4

  ╭────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
  │ MSRV   │ Dependency                                                                                                                                                                    │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.82.0 │ idna_adapter, icu_properties, icu_normalizer, zerovec, zerotrie, icu_provider, icu_properties_data, icu_locale_core, icu_collections, icu_normalizer_data, litemap            │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.81.0 │ potential_utf, zerofrom, yoke, writeable, tinystr                                                                                                                             │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.77.2 │ cxx-qt-lib, cxx-qt-build, cxx-qt, qt-build-utils, cxx-qt-gen, cxx-qt-macro                                                                                                    │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.74.0 │ windows-core, windows-strings, windows-result, windows-interface, windows-implement                                                                                           │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.73.0 │ cxx, cxx-gen, cxxbridge-macro, cxxbridge-flags                                                                                                                                │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.71.1 │ bumpalo                                                                                                                                                                       │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.71.0 │ windows-link                                                                                                                                                                  │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.70.0 │ image                                                                                                                                                                         │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.68.0 │ r-efi                                                                                                                                                                         │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.67.1 │ time, time-core                                                                                                                                                               │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.67.0 │ codespan-reporting, powerfmt, deranged                                                                                                                                        │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.65.0 │ once_cell                                                                                                                                                                     │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.63.0 │ uuid, url, rgb, image, cc, libc, jobserver, getrandom                                                                                                                         │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.62.0 │ chrono, iana-time-zone                                                                                                                                                        │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.61.0 │ memchr, serde_derive, thiserror, syn, thiserror-impl, thiserror, thiserror-impl                                                                                               │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.60.0 │ foldhash, num-traits, byteorder-lite, byteorder, log, windows-sys                                                                                                             │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.57.0 │ wasm-bindgen, js-sys, idna, num-conv, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, wasm-bindgen-backend                                               │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.56.0 │ serde_json, quote, proc-macro2, indoc, displaydoc, windows-targets, windows_x86_64_msvc, windows_x86_64_gnullvm, windows_x86_64_gnu, windows_i686_msvc, windows_i686_gnullvm, │
  │        │  windows_i686_gnu, windows_aarch64_msvc, windows_aarch64_gnullvm, bitflags                                                                                                    │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.51.0 │ link-cplusplus, percent-encoding, form_urlencoded                                                                                                                             │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.49.0 │ http                                                                                                                                                                          │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.46.0 │ shlex                                                                                                                                                                         │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.39.0 │ bytes, anyhow                                                                                                                                                                 │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.36.0 │ ryu, itoa                                                                                                                                                                     │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.31.0 │ serde, semver, unicode-ident, rustversion                                                                                                                                     │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │ 1.0.0  │ autocfg                                                                                                                                                                       │
  ├────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
  │        │ qml_features, static_assertions, bytemuck, color_quant, fnv, android-tzdata, convert_case, clang-format, unicode-width, termcolor, cfg-if, utf8_iter, smallvec, iana-time-zon │
  │        │ e-haiku, core-foundation-sys, android_system_properties, unicode-segmentation, winapi-util, value-bag, wasi, wit-bindgen-rt, zerovec-derive, stable_deref_trait, zerofrom-der │
  │        │ ive, yoke-derive, synstructure                                                                                                                                                │
  ╰────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
❯ cargo update --verbose
    Updating crates.io index
     Locking 0 packages to latest compatible versions
   Unchanged image v0.24.9 (available: v0.25.6)
note: to see how you depend on a package, run `cargo tree --invert --package <dep>@<ver>`

@ahayzen-kdab
Copy link
Collaborator Author

So CI then fails as we'd need to bump to 1.82.0, assuming we want to move the lock file like this etc.

@ahayzen-kdab
Copy link
Collaborator Author

Note that

  • url depends on idna which depends on idna_adapter / icu things (1.82.0)

And all of the 1.81.0 depends are due to idna and therefore url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant