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 #362

Merged
merged 1 commit into from
Jul 8, 2023
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 addr2line v0.19.0 -> v0.20.0
    Updating async-trait v0.1.68 -> v0.1.71
    Updating backtrace v0.3.67 -> v0.3.68
    Updating basic-toml v0.1.2 -> v0.1.3
      Adding bitflags v2.3.3
    Updating bstr v1.5.0 -> v1.6.0
    Updating clap v4.3.9 -> v4.3.11
    Updating clap_builder v4.3.9 -> v4.3.11
    Updating cpufeatures v0.2.8 -> v0.2.9
    Removing hermit-abi v0.2.6
    Removing hermit-abi v0.3.1
      Adding hermit-abi v0.3.2
    Updating is-terminal v0.4.7 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.8
      Adding linux-raw-sys v0.4.3
    Removing miniz_oxide v0.6.2
    Updating num_cpus v1.15.0 -> v1.16.0
    Updating object v0.30.4 -> v0.31.1
    Updating pin-project v1.1.0 -> v1.1.2
    Updating pin-project-internal v1.1.0 -> v1.1.2
    Updating pin-project-lite v0.2.9 -> v0.2.10
    Updating prettyplease v0.2.9 -> v0.2.10
    Updating quote v1.0.28 -> v1.0.29
    Updating regex v1.8.4 -> v1.9.1
      Adding regex-automata v0.3.2
    Updating regex-syntax v0.7.2 -> v0.7.3
    Removing rustix v0.37.20
      Adding rustix v0.37.23
      Adding rustix v0.38.3
    Updating rustversion v1.0.12 -> v1.0.13
    Updating ryu v1.0.13 -> v1.0.14
    Updating schannel v0.1.21 -> v0.1.22
    Updating serde v1.0.164 -> v1.0.167
    Updating serde_derive v1.0.164 -> v1.0.167
    Updating serde_json v1.0.99 -> v1.0.100
    Updating smallvec v1.10.0 -> v1.11.0
    Updating syn v2.0.22 -> v2.0.23
    Updating thiserror v1.0.40 -> v1.0.43
    Updating thiserror-impl v1.0.40 -> v1.0.43
    Updating tokio v1.28.2 -> v1.29.1
    Updating trybuild v1.0.80 -> v1.0.81
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.10
    Updating uuid v1.3.4 -> v1.4.0
    Removing windows-sys v0.42.0
    Updating windows-targets v0.48.0 -> v0.48.1

    Updating addr2line v0.19.0 -> v0.20.0
    Updating async-trait v0.1.68 -> v0.1.71
    Updating backtrace v0.3.67 -> v0.3.68
    Updating basic-toml v0.1.2 -> v0.1.3
      Adding bitflags v2.3.3
    Updating bstr v1.5.0 -> v1.6.0
    Updating clap v4.3.9 -> v4.3.11
    Updating clap_builder v4.3.9 -> v4.3.11
    Updating cpufeatures v0.2.8 -> v0.2.9
    Removing hermit-abi v0.2.6
    Removing hermit-abi v0.3.1
      Adding hermit-abi v0.3.2
    Updating is-terminal v0.4.7 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.8
      Adding linux-raw-sys v0.4.3
    Removing miniz_oxide v0.6.2
    Updating num_cpus v1.15.0 -> v1.16.0
    Updating object v0.30.4 -> v0.31.1
    Updating pin-project v1.1.0 -> v1.1.2
    Updating pin-project-internal v1.1.0 -> v1.1.2
    Updating pin-project-lite v0.2.9 -> v0.2.10
    Updating prettyplease v0.2.9 -> v0.2.10
    Updating quote v1.0.28 -> v1.0.29
    Updating regex v1.8.4 -> v1.9.1
      Adding regex-automata v0.3.2
    Updating regex-syntax v0.7.2 -> v0.7.3
    Removing rustix v0.37.20
      Adding rustix v0.37.23
      Adding rustix v0.38.3
    Updating rustversion v1.0.12 -> v1.0.13
    Updating ryu v1.0.13 -> v1.0.14
    Updating schannel v0.1.21 -> v0.1.22
    Updating serde v1.0.164 -> v1.0.167
    Updating serde_derive v1.0.164 -> v1.0.167
    Updating serde_json v1.0.99 -> v1.0.100
    Updating smallvec v1.10.0 -> v1.11.0
    Updating syn v2.0.22 -> v2.0.23
    Updating thiserror v1.0.40 -> v1.0.43
    Updating thiserror-impl v1.0.40 -> v1.0.43
    Updating tokio v1.28.2 -> v1.29.1
    Updating trybuild v1.0.80 -> v1.0.81
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.10
    Updating uuid v1.3.4 -> v1.4.0
    Removing windows-sys v0.42.0
    Updating windows-targets v0.48.0 -> v0.48.1
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Jul 8, 2023
@obi1kenobi obi1kenobi merged commit 4d42e25 into main Jul 8, 2023
@obi1kenobi obi1kenobi deleted the main_cargo_update branch July 8, 2023 20:30
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