Skip to content

Cargo.lock: bump dependencies #520

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

Merged
merged 1 commit into from
May 27, 2025
Merged

Cargo.lock: bump dependencies #520

merged 1 commit into from
May 27, 2025

Conversation

tarcieri
Copy link
Member

Updates the following dependencies:

Updating crates.io index
 Locking 23 packages to latest compatible versions
Updating base64ct v1.7.1 -> v1.7.3
Updating bitflags v2.9.0 -> v2.9.1
Updating const-oid v0.10.0 -> v0.10.1
Updating crypto-bigint v0.7.0-pre.3 (https://github.com/RustCrypto/crypto-bigint.git#38df7624) -> #e08a2d04
Updating der v0.8.0-rc.2 (https://github.com/RustCrypto/formats.git#6d0c0788) -> #f618cff1
Updating errno v0.3.10 -> v0.3.12
Removing getrandom v0.2.15
Removing getrandom v0.3.1
  Adding getrandom v0.2.16
  Adding getrandom v0.3.3
Updating hybrid-array v0.3.0 -> v0.3.1
Updating libc v0.2.171 -> v0.2.172
Updating linux-raw-sys v0.9.2 -> v0.9.4
Updating once_cell v1.21.0 -> v1.21.3
Updating pkcs1 v0.8.0-rc.1 (https://github.com/RustCrypto/formats.git#6d0c0788) -> #f618cff1
Updating proc-macro2 v1.0.94 -> v1.0.95
  Adding r-efi v5.2.0
Updating rand v0.9.0 -> v0.9.1
Updating rustix v1.0.2 -> v1.0.7
Updating syn v2.0.100 -> v2.0.101
Updating tempfile v3.18.0 -> v3.20.0
Updating wasi v0.13.3+wasi-0.2.2 -> v0.14.2+wasi-0.2.4
Updating wit-bindgen-rt v0.33.0 -> v0.39.0
Updating zerocopy v0.8.23 -> v0.8.25
Updating zerocopy-derive v0.8.23 -> v0.8.25

Updates the following dependencies:

    Updating crates.io index
     Locking 23 packages to latest compatible versions
    Updating base64ct v1.7.1 -> v1.7.3
    Updating bitflags v2.9.0 -> v2.9.1
    Updating const-oid v0.10.0 -> v0.10.1
    Updating crypto-bigint v0.7.0-pre.3 (https://github.com/RustCrypto/crypto-bigint.git#38df7624) -> #e08a2d04
    Updating der v0.8.0-rc.2 (https://github.com/RustCrypto/formats.git#6d0c0788) -> #f618cff1
    Updating errno v0.3.10 -> v0.3.12
    Removing getrandom v0.2.15
    Removing getrandom v0.3.1
      Adding getrandom v0.2.16
      Adding getrandom v0.3.3
    Updating hybrid-array v0.3.0 -> v0.3.1
    Updating libc v0.2.171 -> v0.2.172
    Updating linux-raw-sys v0.9.2 -> v0.9.4
    Updating once_cell v1.21.0 -> v1.21.3
    Updating pkcs1 v0.8.0-rc.1 (https://github.com/RustCrypto/formats.git#6d0c0788) -> #f618cff1
    Updating proc-macro2 v1.0.94 -> v1.0.95
      Adding r-efi v5.2.0
    Updating rand v0.9.0 -> v0.9.1
    Updating rustix v1.0.2 -> v1.0.7
    Updating syn v2.0.100 -> v2.0.101
    Updating tempfile v3.18.0 -> v3.20.0
    Updating wasi v0.13.3+wasi-0.2.2 -> v0.14.2+wasi-0.2.4
    Updating wit-bindgen-rt v0.33.0 -> v0.39.0
    Updating zerocopy v0.8.23 -> v0.8.25
    Updating zerocopy-derive v0.8.23 -> v0.8.25
@dignifiedquire
Copy link
Member

Adding getrandom v0.2.16
Adding getrandom v0.3.3

probably should try to get it to only use [email protected] (but that's for another PR)

@tarcieri
Copy link
Member Author

rand_core v0.6 is being pulled in by proptest: http://github.com/proptest-rs/proptest/issues/553

Fortunately it's just a dev-dependency

@tarcieri tarcieri merged commit cc7e734 into master May 27, 2025
11 checks passed
@tarcieri tarcieri deleted the bump-deps branch May 27, 2025 19:40
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.

2 participants