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

Crate maintenance #61

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Crate maintenance #61

merged 1 commit into from
Nov 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Ran cargo update and applied clippy --fix.

Dependency updates:

     Locking 28 packages to latest compatible versions
    Updating anstyle v1.0.8 -> v1.0.10
    Updating autocfg v1.3.0 -> v1.4.0
    Updating cc v1.1.15 -> v1.1.37
    Updating clap v4.5.16 -> v4.5.20
    Updating clap_builder v4.5.15 -> v4.5.20
    Updating divan v0.1.14 -> v0.1.15
    Updating divan-macros v0.1.14 -> v0.1.15
    Updating fastrand v2.1.1 -> v2.2.0
    Updating libc v0.2.158 -> v0.2.162
    Updating once_cell v1.19.0 -> v1.20.2
    Updating pkg-config v0.3.30 -> v0.3.31
    Updating portable-atomic v1.7.0 -> v1.9.0
    Updating proc-macro2 v1.0.86 -> v1.0.89
    Updating pyo3 v0.22.4 -> v0.22.6
    Updating pyo3-build-config v0.22.4 -> v0.22.6
    Updating pyo3-ffi v0.22.4 -> v0.22.6
    Updating pyo3-macros v0.22.4 -> v0.22.6
    Updating pyo3-macros-backend v0.22.4 -> v0.22.6
    Updating rustix v0.38.35 -> v0.38.40
    Updating serde v1.0.210 -> v1.0.215
    Updating serde_derive v1.0.210 -> v1.0.215
    Updating serde_json v1.0.128 -> v1.0.132
    Updating syn v2.0.76 -> v2.0.87
    Updating tempfile v3.12.0 -> v3.14.0
    Updating terminal_size v0.3.0 -> v0.4.0
    Updating thiserror v1.0.64 -> v1.0.69 (available: v2.0.3)
    Updating thiserror-impl v1.0.64 -> v1.0.69
    Updating unicode-ident v1.0.12 -> v1.0.13
    Removing windows-sys v0.48.0
    Removing windows-targets v0.48.5
    Removing windows_aarch64_gnullvm v0.48.5
    Removing windows_aarch64_msvc v0.48.5
    Removing windows_i686_gnu v0.48.5
    Removing windows_i686_msvc v0.48.5
    Removing windows_x86_64_gnu v0.48.5
    Removing windows_x86_64_gnullvm v0.48.5
    Removing windows_x86_64_msvc v0.48.5
note: pass `--verbose` to see 3 unchanged dependencies behind latest

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.52%. Comparing base (c7a937c) to head (378e0f5).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files          21       21           
  Lines        6775     6775           
=======================================
  Hits         6675     6675           
  Misses        100      100           
Components Coverage Δ
core 98.60% <ø> (ø)
bindings 79.31% <ø> (ø)
python 100.00% <ø> (ø)

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

@Swatinem Swatinem force-pushed the swatinem/rust-maintain branch from ef69c43 to 378e0f5 Compare November 12, 2024 09:34
@Swatinem Swatinem merged commit ad59f73 into main Nov 12, 2024
9 checks passed
@Swatinem Swatinem deleted the swatinem/rust-maintain branch November 12, 2024 09:37
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