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

chore: bump multiple dependency versions with cargo update #41

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

Angelmmiguel
Copy link
Contributor

A maintenance update based on cargo update. Here you have the full list of changes:

$ cargo update
    Updating crates.io index
    Updating actix-utils v3.0.0 -> v3.0.1
    Updating aho-corasick v0.7.19 -> v0.7.20
    Updating async-trait v0.1.57 -> v0.1.58
    Updating base64 v0.13.0 -> v0.13.1
    Updating bumpalo v3.11.0 -> v3.11.1
    Updating bytes v1.2.1 -> v1.3.0
    Updating bytestring v1.1.0 -> v1.2.0
    Updating cc v1.0.73 -> v1.0.77
    Updating clap v4.0.10 -> v4.0.26
    Updating clap_derive v4.0.10 -> v4.0.21
    Updating crossbeam-epoch v0.9.11 -> v0.9.13
    Updating crossbeam-utils v0.8.12 -> v0.8.14
    Updating digest v0.10.5 -> v0.10.6
    Updating env_logger v0.9.1 -> v0.9.3
    Updating futures-core v0.3.24 -> v0.3.25
    Updating futures-sink v0.3.24 -> v0.3.25
    Updating futures-task v0.3.24 -> v0.3.25
    Updating futures-util v0.3.24 -> v0.3.25
    Updating getrandom v0.2.7 -> v0.2.8
    Updating h2 v0.3.14 -> v0.3.15
    Updating indexmap v1.9.1 -> v1.9.2
    Removing io-lifetimes v0.7.3
      Adding io-lifetimes v0.7.5
      Adding io-lifetimes v1.0.1
    Updating ipnet v2.5.0 -> v2.5.1
    Updating itoa v1.0.3 -> v1.0.4
    Updating ittapi v0.3.1 -> v0.3.2
    Updating ittapi-sys v0.3.1 -> v0.3.2
    Updating libc v0.2.134 -> v0.2.137
    Updating libloading v0.7.3 -> v0.7.4
      Adding linux-raw-sys v0.1.2
    Updating memfd v0.6.1 -> v0.6.2
      Adding memoffset v0.7.1
    Updating mio v0.8.4 -> v0.8.5
    Updating num_cpus v1.13.1 -> v1.14.0
    Removing num_threads v0.1.6
    Updating once_cell v1.15.0 -> v1.16.0
    Updating os_str_bytes v6.3.0 -> v6.4.1
    Updating parking_lot_core v0.9.3 -> v0.9.4
    Updating ppv-lite86 v0.2.16 -> v0.2.17
    Updating proc-macro2 v1.0.46 -> v1.0.47
    Updating rayon v1.5.3 -> v1.6.0
    Updating rayon-core v1.9.3 -> v1.10.1
    Updating regex v1.6.0 -> v1.7.0
    Updating regex-syntax v0.6.27 -> v0.6.28
    Removing rustix v0.35.11
      Adding rustix v0.35.13
      Adding rustix v0.36.2
    Updating serde v1.0.145 -> v1.0.147
    Updating serde_derive v1.0.145 -> v1.0.147
    Updating serde_json v1.0.85 -> v1.0.89
    Updating syn v1.0.101 -> v1.0.103
    Updating target-lexicon v0.12.4 -> v0.12.5
    Updating time v0.3.15 -> v0.3.17
      Adding time-core v0.1.0
    Updating time-macros v0.2.4 -> v0.2.6
    Updating tokio v1.21.2 -> v1.22.0
    Updating tracing v0.1.36 -> v0.1.37
    Updating tracing-attributes v0.1.22 -> v0.1.23
    Updating tracing-core v0.1.29 -> v0.1.30
    Updating unicode-ident v1.0.4 -> v1.0.5
      Adding windows-sys v0.42.0
      Adding windows_aarch64_gnullvm v0.42.0
      Adding windows_aarch64_msvc v0.42.0
      Adding windows_i686_gnu v0.42.0
      Adding windows_i686_msvc v0.42.0
      Adding windows_x86_64_gnu v0.42.0
      Adding windows_x86_64_gnullvm v0.42.0
      Adding windows_x86_64_msvc v0.42.0

@Angelmmiguel Angelmmiguel added the ⬆️ updates Update a dependency to a newer version label Nov 22, 2022
@Angelmmiguel Angelmmiguel self-assigned this Nov 22, 2022
@Angelmmiguel Angelmmiguel merged commit 6987997 into main Nov 23, 2022
@Angelmmiguel Angelmmiguel deleted the maintenance-update-221122 branch May 8, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required ⬆️ updates Update a dependency to a newer version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants