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) and bump the MSRV to 1.74.0 #347

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

primeos-work
Copy link
Member

@primeos-work primeos-work commented Feb 19, 2024

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).

Version 0.7.0 of the clap_lex crate requires rustc 1.74 or newer so
let's also bump the MSRV from 1.70.0 to 1.74.0.

$ cargo update
    Updating crates.io index
    Updating anstream v0.6.5 -> v0.6.12
    Updating anstyle v1.0.4 -> v1.0.6
    Updating anyhow v1.0.76 -> v1.0.80
    Updating base64 v0.21.5 -> v0.21.7
    Updating bitflags v2.4.1 -> v2.4.2
    Updating bstr v1.8.0 -> v1.9.0
    Updating bumpalo v3.14.0 -> v3.15.0
      Adding camino v1.1.6
      Adding cargo-platform v0.1.7
      Adding cargo_metadata v0.18.1
    Updating chrono v0.4.31 -> v0.4.34
    Updating clap v4.4.11 -> v4.5.1
    Updating clap_builder v4.4.11 -> v4.5.1
    Updating clap_complete v4.4.4 -> v4.5.1
    Updating clap_lex v0.6.0 -> v0.7.0
    Updating console v0.15.7 -> v0.15.8
    Updating cpufeatures v0.2.11 -> v0.2.12
    Updating crc32fast v1.3.2 -> v1.4.0
    Updating crossbeam-deque v0.8.4 -> v0.8.5
    Updating crossbeam-epoch v0.9.16 -> v0.9.18
    Updating crossbeam-utils v0.8.17 -> v0.8.19
    Updating deranged v0.3.10 -> v0.3.11
    Updating either v1.9.0 -> v1.10.0
    Updating futures v0.3.29 -> v0.3.30
    Updating futures-channel v0.3.29 -> v0.3.30
    Updating futures-core v0.3.29 -> v0.3.30
    Updating futures-executor v0.3.29 -> v0.3.30
    Updating futures-io v0.3.29 -> v0.3.30
    Updating futures-macro v0.3.29 -> v0.3.30
    Updating futures-sink v0.3.29 -> v0.3.30
    Updating futures-task v0.3.29 -> v0.3.30
    Updating futures-util v0.3.29 -> v0.3.30
    Updating getrandom v0.2.11 -> v0.2.12
    Updating git2 v0.18.1 -> v0.18.2
    Updating handlebars v5.0.0 -> v5.1.0
    Updating hermit-abi v0.3.3 -> v0.3.6
    Updating human-panic v1.2.2 -> v1.2.3
    Updating iana-time-zone v0.1.58 -> v0.1.60
    Updating indexmap v2.1.0 -> v2.2.3
    Updating indicatif v0.17.7 -> v0.17.8
    Updating itertools v0.12.0 -> v0.12.1
    Updating jobserver v0.1.27 -> v0.1.28
    Updating js-sys v0.3.66 -> v0.3.68
    Updating libc v0.2.151 -> v0.2.153
    Updating libz-sys v1.1.12 -> v1.1.15
    Updating linux-raw-sys v0.4.12 -> v0.4.13
    Updating memchr v2.6.4 -> v2.7.1
    Removing memoffset v0.9.0
    Updating miniz_oxide v0.7.1 -> v0.7.2
      Adding num-conv v0.1.0
    Updating num-traits v0.2.17 -> v0.2.18
    Updating num_threads v0.1.6 -> v0.1.7
    Updating object v0.32.1 -> v0.32.2
    Updating openssl v0.10.62 -> v0.10.63
    Updating openssl-sys v0.9.98 -> v0.9.99
    Updating pest v2.7.5 -> v2.7.7
    Updating pest_derive v2.7.5 -> v2.7.7
    Updating pest_generator v2.7.5 -> v2.7.7
    Updating pest_meta v2.7.5 -> v2.7.7
    Updating pin-project v1.1.3 -> v1.1.4
    Updating pin-project-internal v1.1.3 -> v1.1.4
    Updating pkg-config v0.3.28 -> v0.3.30
    Updating proc-macro2 v1.0.71 -> v1.0.78
    Updating quote v1.0.33 -> v1.0.35
    Updating rayon v1.8.0 -> v1.8.1
    Updating rayon-core v1.12.0 -> v1.12.1
    Updating regex v1.10.2 -> v1.10.3
    Updating regex-automata v0.4.3 -> v0.4.5
    Updating reqwest v0.11.23 -> v0.11.24
    Updating rustix v0.38.28 -> v0.38.31
      Adding rustls-pemfile v1.0.4
    Updating ryu v1.0.16 -> v1.0.17
    Updating schannel v0.1.22 -> v0.1.23
      Adding semver v1.0.22
    Updating serde v1.0.193 -> v1.0.196
    Updating serde_derive v1.0.193 -> v1.0.196
    Updating serde_json v1.0.108 -> v1.0.113
    Updating smallvec v1.11.2 -> v1.13.1
    Updating strsim v0.10.0 -> v0.11.0
    Updating syn v2.0.42 -> v2.0.49
      Adding sync_wrapper v0.1.2
    Updating syntect v5.1.0 -> v5.2.0
    Updating tempfile v3.8.1 -> v3.10.0
    Updating thiserror v1.0.51 -> v1.0.57
    Updating thiserror-impl v1.0.51 -> v1.0.57
    Updating time v0.3.31 -> v0.3.34
    Updating time-macros v0.2.16 -> v0.2.17
    Updating tokio v1.35.1 -> v1.36.0
    Updating toml v0.8.8 -> v0.8.10
    Updating toml_edit v0.21.0 -> v0.22.6
    Updating typed-builder v0.18.0 -> v0.18.1
    Updating typed-builder-macro v0.18.0 -> v0.18.1
    Updating unicode-bidi v0.3.14 -> v0.3.15
    Updating uuid v1.6.1 -> v1.7.0
    Updating vergen v8.2.6 -> v8.3.1
    Updating wasm-bindgen v0.2.89 -> v0.2.91
    Updating wasm-bindgen-backend v0.2.89 -> v0.2.91
    Updating wasm-bindgen-futures v0.4.39 -> v0.4.41
    Updating wasm-bindgen-macro v0.2.89 -> v0.2.91
    Updating wasm-bindgen-macro-support v0.2.89 -> v0.2.91
    Updating wasm-bindgen-shared v0.2.89 -> v0.2.91
    Updating wasm-streams v0.3.0 -> v0.4.0
    Updating web-sys v0.3.66 -> v0.3.68
    Updating windows-core v0.51.1 -> v0.52.0
    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
    Removing winnow v0.5.30
      Adding winnow v0.5.40
      Adding winnow v0.6.1
    Updating xattr v1.1.3 -> v1.3.1

@primeos-work primeos-work changed the title Update all dependencies (Cargo.lock) Update all dependencies (Cargo.lock) and bump the MSRV to 1.74.0 Feb 19, 2024
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).

Version 0.7.0 of the `clap_lex` crate requires rustc 1.74 or newer so
let's also bump the MSRV from 1.70.0 to 1.74.0.

Signed-off-by: Michael Weiss <michael.weiss@eviden.com>
@primeos-work primeos-work added this pull request to the merge queue Feb 19, 2024
Merged via the queue into science-computing:master with commit 2696fdc Feb 19, 2024
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