Skip to content
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

Updated dependencies and update MSRV to 1.67 #1219

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Updated dependencies and update MSRV to 1.67 #1219

merged 3 commits into from
Nov 22, 2023

Conversation

rnijveld
Copy link
Member

@rnijveld rnijveld commented Nov 20, 2023

serde_spanned >= 0.6.4 requires at least Rust 1.67, so I've updated the MSRV to that version.

Updates:

    Updating crates.io index
    Updating base64 v0.21.4 -> v0.21.5
    Removing bumpalo v3.14.0
    Updating cpufeatures v0.2.9 -> v0.2.11
    Updating getrandom v0.2.10 -> v0.2.11
    Updating hashbrown v0.14.1 -> v0.14.2
    Updating indexmap v2.0.2 -> v2.1.0
    Removing js-sys v0.3.64
    Removing ring v0.16.20
    Updating sct v0.7.0 -> v0.7.1
    Updating serde_spanned v0.6.3 -> v0.6.4
    Removing spin v0.5.2
    Updating syn v2.0.38 -> v2.0.39
    Updating toml_datetime v0.6.3 -> v0.6.5
    Removing untrusted v0.7.1
    Removing wasm-bindgen v0.2.87
    Removing wasm-bindgen-backend v0.2.87
    Removing wasm-bindgen-macro v0.2.87
    Removing wasm-bindgen-macro-support v0.2.87
    Removing wasm-bindgen-shared v0.2.87
    Removing web-sys v0.3.64
    Updating winnow v0.5.17 -> v0.5.19

@rnijveld rnijveld changed the title Updated dependencies Updated dependencies and update MSRV to 1.67 Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1e47a36) 83.68% compared to head (c975f67) 83.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1219      +/-   ##
==========================================
- Coverage   83.68%   83.65%   -0.03%     
==========================================
  Files          63       63              
  Lines       17497    17459      -38     
==========================================
- Hits        14643    14606      -37     
+ Misses       2854     2853       -1     

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

@rnijveld
Copy link
Member Author

Note: after approval this requires a manual intervention from an admin changing the required checks from the 1.66.0 version to a more generic 'msrv' which keeps up to date with the msrv specified in cargo.toml automatically.

@rnijveld rnijveld added this pull request to the merge queue Nov 22, 2023
Merged via the queue into main with commit c2af44b Nov 22, 2023
20 checks passed
@rnijveld rnijveld deleted the updated-deps branch November 22, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants