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

Cargo.lock: bump dependencies #433

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Cargo.lock: bump dependencies #433

merged 1 commit into from
Jun 5, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 5, 2024

Updates the following dependencies:

$ cargo update
Updating crates.io index
Updating aes v0.8.3 -> v0.8.4
Updating autocfg v1.1.0 -> v1.3.0
Removing bitflags v1.3.2
Removing bitflags v2.4.1
  Adding bitflags v2.5.0
Updating cpufeatures v0.2.11 -> v0.2.12
Updating errno v0.3.7 -> v0.3.9
Updating fastrand v2.0.1 -> v2.1.0
Updating getrandom v0.2.11 -> v0.2.15
Updating hybrid-array v0.2.0-rc.5 -> v0.2.0-rc.8
Updating libc v0.2.150 -> v0.2.155
Updating linux-raw-sys v0.4.11 -> v0.4.14 (latest: v0.6.4)
Updating num-integer v0.1.45 -> v0.1.46
Updating num-iter v0.1.43 -> v0.1.45
Updating num-traits v0.2.17 -> v0.2.19
Updating proc-macro2 v1.0.69 -> v1.0.85
Updating quote v1.0.33 -> v1.0.36
Removing redox_syscall v0.4.1
Updating regex-syntax v0.8.2 -> v0.8.3
Updating rustix v0.38.25 -> v0.38.34
Updating serde v1.0.192 -> v1.0.203
Updating serde_derive v1.0.192 -> v1.0.203
Updating smallvec v1.11.2 -> v1.13.2
Updating syn v2.0.39 -> v2.0.66
Updating tempfile v3.8.1 -> v3.10.1
Updating windows-sys v0.48.0 -> v0.52.0
Updating windows-targets v0.48.5 -> v0.52.5
Updating windows_aarch64_gnullvm v0.48.5 -> v0.52.5
Updating windows_aarch64_msvc v0.48.5 -> v0.52.5
Updating windows_i686_gnu v0.48.5 -> v0.52.5
  Adding windows_i686_gnullvm v0.52.5
Updating windows_i686_msvc v0.48.5 -> v0.52.5
Updating windows_x86_64_gnu v0.48.5 -> v0.52.5
Updating windows_x86_64_gnullvm v0.48.5 -> v0.52.5
Updating windows_x86_64_msvc v0.48.5 -> v0.52.5
Updating zeroize v1.7.0 -> v1.8.1

Updates the following dependencies:

    $ cargo update
    Updating crates.io index
    Updating aes v0.8.3 -> v0.8.4
    Updating autocfg v1.1.0 -> v1.3.0
    Removing bitflags v1.3.2
    Removing bitflags v2.4.1
      Adding bitflags v2.5.0
    Updating cpufeatures v0.2.11 -> v0.2.12
    Updating errno v0.3.7 -> v0.3.9
    Updating fastrand v2.0.1 -> v2.1.0
    Updating getrandom v0.2.11 -> v0.2.15
    Updating hybrid-array v0.2.0-rc.5 -> v0.2.0-rc.8
    Updating libc v0.2.150 -> v0.2.155
    Updating linux-raw-sys v0.4.11 -> v0.4.14 (latest: v0.6.4)
    Updating num-integer v0.1.45 -> v0.1.46
    Updating num-iter v0.1.43 -> v0.1.45
    Updating num-traits v0.2.17 -> v0.2.19
    Updating proc-macro2 v1.0.79 -> v1.0.85
    Updating quote v1.0.35 -> v1.0.36
    Removing redox_syscall v0.4.1
    Updating regex-syntax v0.8.2 -> v0.8.3
    Updating rustix v0.38.25 -> v0.38.34
    Updating serde v1.0.197 -> v1.0.203
    Updating serde_derive v1.0.197 -> v1.0.203
    Updating smallvec v1.11.2 -> v1.13.2
    Updating syn v2.0.53 -> v2.0.66
    Updating tempfile v3.8.1 -> v3.10.1
    Updating windows-sys v0.48.0 -> v0.52.0
    Updating windows-targets v0.48.5 -> v0.52.5
    Updating windows_aarch64_gnullvm v0.48.5 -> v0.52.5
    Updating windows_aarch64_msvc v0.48.5 -> v0.52.5
    Updating windows_i686_gnu v0.48.5 -> v0.52.5
      Adding windows_i686_gnullvm v0.52.5
    Updating windows_i686_msvc v0.48.5 -> v0.52.5
    Updating windows_x86_64_gnu v0.48.5 -> v0.52.5
    Updating windows_x86_64_gnullvm v0.48.5 -> v0.52.5
    Updating windows_x86_64_msvc v0.48.5 -> v0.52.5
    Updating zeroize v1.7.0 -> v1.8.1
@tarcieri
Copy link
Member Author

tarcieri commented Jun 5, 2024

Note: mostly wanted to pick up the latest zeroize release here, but seems many dependencies were out-of-date. This also eliminates multiple versions of the bitflags crate.

@tarcieri tarcieri merged commit 429a137 into master Jun 5, 2024
9 checks passed
@tarcieri tarcieri deleted the bump-deps branch June 5, 2024 15:14
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