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

Udpate dependencies #1227

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Conversation

josecelano
Copy link
Member

cargo update
    Updating crates.io index
     Locking 22 packages to latest compatible versions
    Updating bumpalo v3.16.0 -> v3.17.0
    Updating cmake v0.1.52 -> v0.1.53
    Updating cpufeatures v0.2.16 -> v0.2.17
      Adding getrandom v0.3.1
    Updating httparse v1.9.5 -> v1.10.0
    Updating hyper v1.5.2 -> v1.6.0
    Updating native-tls v0.2.12 -> v0.2.13
    Updating openssl v0.10.68 -> v0.10.69
    Updating openssl-probe v0.1.5 -> v0.1.6
      Adding rand v0.9.0
      Adding rand_chacha v0.9.0
      Adding rand_core v0.9.0
    Updating rustls-pki-types v1.10.1 -> v1.11.0
    Updating ryu v1.0.18 -> v1.0.19
    Updating serde_json v1.0.137 -> v1.0.138
    Updating tempfile v3.15.0 -> v3.16.0
    Updating unicode-ident v1.0.14 -> v1.0.16
      Adding wasi v0.13.3+wasi-0.2.2
    Updating winnow v0.6.24 -> v0.6.25
      Adding wit-bindgen-rt v0.33.0
      Adding zerocopy v0.8.14
      Adding zerocopy-derive v0.8.14

@josecelano josecelano self-assigned this Jan 30, 2025
@josecelano josecelano added the Dependencies Related to Dependencies label Jan 30, 2025
@josecelano josecelano marked this pull request as draft January 30, 2025 08:01
```
cargo update
    Updating crates.io index
     Locking 22 packages to latest compatible versions
    Updating bumpalo v3.16.0 -> v3.17.0
    Updating cmake v0.1.52 -> v0.1.53
    Updating cpufeatures v0.2.16 -> v0.2.17
      Adding getrandom v0.3.1
    Updating httparse v1.9.5 -> v1.10.0
    Updating hyper v1.5.2 -> v1.6.0
    Updating native-tls v0.2.12 -> v0.2.13
    Updating openssl v0.10.68 -> v0.10.69
    Updating openssl-probe v0.1.5 -> v0.1.6
      Adding rand v0.9.0
      Adding rand_chacha v0.9.0
      Adding rand_core v0.9.0
    Updating rustls-pki-types v1.10.1 -> v1.11.0
    Updating ryu v1.0.18 -> v1.0.19
    Updating serde_json v1.0.137 -> v1.0.138
    Updating tempfile v3.15.0 -> v3.16.0
    Updating unicode-ident v1.0.14 -> v1.0.16
      Adding wasi v0.13.3+wasi-0.2.2
    Updating winnow v0.6.24 -> v0.6.25
      Adding wit-bindgen-rt v0.33.0
      Adding zerocopy v0.8.14
      Adding zerocopy-derive v0.8.14
```
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.86.0-nightly (ae5de6c75 2025-01-29)
@josecelano
Copy link
Member Author

The coverage report is failing due to one dependency:

error[E0658]: the `#[coverage]` attribute is an experimental feature
  --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.14/src/util/macro_util.rs:77:34
   |
77 |     #[cfg_attr(coverage_nightly, coverage(off))]
   |                                  ^^^^^^^^^^^^^
   |
   = note: see issue #84605 <https://github.com/rust-lang/rust/issues/84605> for more information
   = help: add `#![feature(coverage_attribute)]` to the crate attributes to enable
   = note: this compiler was built on 2025-01-29; consider upgrading it if it is out of date

But it in one of the dependencies: zerocopy.

IT's problably becuase it not updated.

  • Latest one: v0.8.14
  • The one we are using

We haven't undated it because aquatic is using the old version.

@josecelano josecelano merged commit ec92a4c into torrust:develop Jan 30, 2025
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Related to Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant