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

Weekly cargo update of primary dependencies #538

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in the primary Cargo.lock current.

The following is the output from cargo update:

    Updating anstream v0.6.5 -> v0.6.7
    Updating base64 v0.21.5 -> v0.21.7
    Updating clap v4.4.13 -> v4.4.16
    Updating clap_builder v4.4.12 -> v4.4.16
    Updating console v0.15.7 -> v0.15.8
    Updating crossbeam-channel v0.5.10 -> v0.5.11
    Updating crossbeam-utils v0.8.18 -> v0.8.19
    Updating getrandom v0.2.11 -> v0.2.12
    Updating h2 v0.3.22 -> v0.3.23
    Updating js-sys v0.3.66 -> v0.3.67
    Updating rustix v0.38.28 -> v0.38.30
    Updating smallvec v1.11.2 -> v1.12.0
    Updating termcolor v1.4.0 -> v1.4.1
    Updating trybuild v1.0.88 -> v1.0.89
    Updating wasm-bindgen v0.2.89 -> v0.2.90
    Updating wasm-bindgen-backend v0.2.89 -> v0.2.90
    Updating wasm-bindgen-futures v0.4.39 -> v0.4.40
    Updating wasm-bindgen-macro v0.2.89 -> v0.2.90
    Updating wasm-bindgen-macro-support v0.2.89 -> v0.2.90
    Updating wasm-bindgen-shared v0.2.89 -> v0.2.90
    Updating wasm-bindgen-test v0.3.39 -> v0.3.40
    Updating wasm-bindgen-test-macro v0.3.39 -> v0.3.40
    Updating web-sys v0.3.66 -> v0.3.67
    Removing windows-sys v0.45.0
    Removing windows-targets v0.42.2
    Removing windows_aarch64_gnullvm v0.42.2
    Removing windows_aarch64_msvc v0.42.2
    Removing windows_i686_gnu v0.42.2
    Removing windows_i686_msvc v0.42.2
    Removing windows_x86_64_gnu v0.42.2
    Removing windows_x86_64_gnullvm v0.42.2
    Removing windows_x86_64_msvc v0.42.2

    Updating anstream v0.6.5 -> v0.6.7
    Updating base64 v0.21.5 -> v0.21.7
    Updating clap v4.4.13 -> v4.4.16
    Updating clap_builder v4.4.12 -> v4.4.16
    Updating console v0.15.7 -> v0.15.8
    Updating crossbeam-channel v0.5.10 -> v0.5.11
    Updating crossbeam-utils v0.8.18 -> v0.8.19
    Updating getrandom v0.2.11 -> v0.2.12
    Updating h2 v0.3.22 -> v0.3.23
    Updating js-sys v0.3.66 -> v0.3.67
    Updating rustix v0.38.28 -> v0.38.30
    Updating smallvec v1.11.2 -> v1.12.0
    Updating termcolor v1.4.0 -> v1.4.1
    Updating trybuild v1.0.88 -> v1.0.89
    Updating wasm-bindgen v0.2.89 -> v0.2.90
    Updating wasm-bindgen-backend v0.2.89 -> v0.2.90
    Updating wasm-bindgen-futures v0.4.39 -> v0.4.40
    Updating wasm-bindgen-macro v0.2.89 -> v0.2.90
    Updating wasm-bindgen-macro-support v0.2.89 -> v0.2.90
    Updating wasm-bindgen-shared v0.2.89 -> v0.2.90
    Updating wasm-bindgen-test v0.3.39 -> v0.3.40
    Updating wasm-bindgen-test-macro v0.3.39 -> v0.3.40
    Updating web-sys v0.3.66 -> v0.3.67
    Removing windows-sys v0.45.0
    Removing windows-targets v0.42.2
    Removing windows_aarch64_gnullvm v0.42.2
    Removing windows_aarch64_msvc v0.42.2
    Removing windows_i686_gnu v0.42.2
    Removing windows_i686_msvc v0.42.2
    Removing windows_x86_64_gnu v0.42.2
    Removing windows_x86_64_gnullvm v0.42.2
    Removing windows_x86_64_msvc v0.42.2
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Jan 15, 2024
@github-actions github-actions bot enabled auto-merge (squash) January 15, 2024 03:43
@github-actions github-actions bot merged commit ec3c085 into main Jan 15, 2024
13 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch January 15, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R-automated Release: these changes were created automatically by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant