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

Update all dependencies (Cargo.lock) #319

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

primeos-work
Copy link
Member

This is simply the result of running cargo update without touching Cargo.toml (required since we currently only use dependabot to update direct dependencies and not indirect/transitive dependencies and useful to avoid a lot of dependabot PRs for minor/patch updates that can be bundled, like in this commit).

$ cargo update
    Updating crates.io index
    Updating bstr v1.7.0 -> v1.8.0
    Updating clap v4.4.7 -> v4.4.10
    Updating clap_builder v4.4.7 -> v4.4.9
    Updating core-foundation v0.9.3 -> v0.9.4
    Updating core-foundation-sys v0.8.4 -> v0.8.6
    Updating cpufeatures v0.2.10 -> v0.2.11
    Updating diesel v2.1.3 -> v2.1.4
    Updating errno v0.3.5 -> v0.3.8
    Updating form_urlencoded v1.2.0 -> v1.2.1
    Updating getrandom v0.2.10 -> v0.2.11
    Updating gimli v0.28.0 -> v0.28.1
    Updating h2 v0.3.21 -> v0.3.22
    Updating handlebars v4.4.0 -> v4.5.0
    Removing hashbrown v0.12.3
    Removing hashbrown v0.14.2
      Adding hashbrown v0.14.3
    Updating http v0.2.9 -> v0.2.11
    Updating human-panic v1.2.1 -> v1.2.2
    Updating idna v0.4.0 -> v0.5.0
    Removing indexmap v1.9.3
    Removing indexmap v2.0.2
      Adding indexmap v2.1.0
    Updating js-sys v0.3.64 -> v0.3.66
    Updating libc v0.2.149 -> v0.2.150
    Updating linux-raw-sys v0.4.10 -> v0.4.12
    Updating percent-encoding v2.3.0 -> v2.3.1
    Updating plist v1.5.1 -> v1.6.0
    Updating portable-atomic v1.5.0 -> v1.5.1
    Updating proc-macro2 v1.0.69 -> v1.0.70
    Updating quick-xml v0.30.0 -> v0.31.0
    Updating rustix v0.38.20 -> v0.38.25
    Updating serde v1.0.190 -> v1.0.193
    Updating serde_derive v1.0.190 -> v1.0.193
    Updating smallvec v1.11.1 -> v1.11.2
    Updating syn v2.0.38 -> v2.0.39
    Updating tempfile v3.8.0 -> v3.8.1
    Updating tokio v1.33.0 -> v1.34.0
    Updating tokio-macros v2.1.0 -> v2.2.0
    Updating toml v0.8.6 -> v0.8.8
    Updating toml_edit v0.20.7 -> v0.21.0
    Updating tracing-log v0.1.4 -> v0.2.0
    Updating tracing-subscriber v0.3.17 -> v0.3.18
    Updating url v2.4.1 -> v2.5.0
    Updating uuid v1.5.0 -> v1.6.1
    Updating vergen v8.2.5 -> v8.2.6
    Updating wasm-bindgen v0.2.87 -> v0.2.89
    Updating wasm-bindgen-backend v0.2.87 -> v0.2.89
    Updating wasm-bindgen-futures v0.4.37 -> v0.4.39
    Updating wasm-bindgen-macro v0.2.87 -> v0.2.89
    Updating wasm-bindgen-macro-support v0.2.87 -> v0.2.89
    Updating wasm-bindgen-shared v0.2.87 -> v0.2.89
    Updating web-sys v0.3.64 -> v0.3.66
      Adding windows-sys v0.52.0
      Adding windows-targets v0.52.0
      Adding windows_aarch64_gnullvm v0.52.0
      Adding windows_aarch64_msvc v0.52.0
      Adding windows_i686_gnu v0.52.0
      Adding windows_i686_msvc v0.52.0
      Adding windows_x86_64_gnu v0.52.0
      Adding windows_x86_64_gnullvm v0.52.0
      Adding windows_x86_64_msvc v0.52.0
    Updating winnow v0.5.17 -> v0.5.19
    Updating zeroize v1.6.0 -> v1.7.0

This is simply the result of running `cargo update` without touching
Cargo.toml (required since we currently only use dependabot to update
direct dependencies and not indirect/transitive dependencies and useful
to avoid a lot of dependabot PRs for minor/patch updates that can be
bundled, like in this commit).

Signed-off-by: Michael Weiss <[email protected]>
@primeos-work primeos-work added this pull request to the merge queue Nov 30, 2023
Merged via the queue into science-computing:master with commit ba58176 Nov 30, 2023
12 of 13 checks passed
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