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 dependencies #485

Closed
wants to merge 1 commit into from
Closed

Weekly cargo update of dependencies #485

wants to merge 1 commit into from

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

    Updating addr2line v0.19.0 -> v0.20.0
    Updating backtrace v0.3.67 -> v0.3.68
      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
    Removing io-lifetimes v1.0.11
    Updating is-terminal v0.4.7 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.8
    Updating linux-raw-sys v0.3.8 -> v0.4.3
    Updating miniz_oxide v0.6.2 -> v0.7.1
    Updating num_cpus v1.15.0 -> v1.16.0
    Updating object v0.30.4 -> v0.31.1
    Updating proc-macro2 v1.0.63 -> v1.0.64
    Updating regex v1.8.4 -> v1.9.1
    Updating regex-automata v0.1.10 -> v0.3.2
    Updating regex-syntax v0.7.2 -> v0.7.3
    Updating rustix v0.37.20 -> v0.38.3
    Updating ryu v1.0.13 -> v1.0.14
    Updating serde v1.0.164 -> v1.0.171
    Updating serde_derive v1.0.164 -> v1.0.171
    Updating serde_json v1.0.99 -> v1.0.100
    Updating smallvec v1.10.0 -> v1.11.0
    Updating syn v2.0.22 -> v2.0.25
    Updating thiserror v1.0.40 -> v1.0.43
    Updating thiserror-impl v1.0.40 -> v1.0.43
    Updating toml v0.7.5 -> v0.7.6
    Updating toml_edit v0.19.11 -> v0.19.12
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.10
    Updating winnow v0.4.7 -> v0.4.9

@github-actions github-actions bot enabled auto-merge (squash) July 10, 2023 03:39
    Updating addr2line v0.19.0 -> v0.20.0
    Updating backtrace v0.3.67 -> v0.3.68
      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
    Removing io-lifetimes v1.0.11
    Updating is-terminal v0.4.7 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.8
    Updating linux-raw-sys v0.3.8 -> v0.4.3
    Updating miniz_oxide v0.6.2 -> v0.7.1
    Updating num_cpus v1.15.0 -> v1.16.0
    Updating object v0.30.4 -> v0.31.1
    Updating proc-macro2 v1.0.63 -> v1.0.64
    Updating regex v1.8.4 -> v1.9.1
    Updating regex-automata v0.1.10 -> v0.3.2
    Updating regex-syntax v0.7.2 -> v0.7.3
    Updating rustix v0.37.20 -> v0.38.3
    Updating ryu v1.0.13 -> v1.0.14
    Updating serde v1.0.164 -> v1.0.171
    Updating serde_derive v1.0.164 -> v1.0.171
    Updating serde_json v1.0.99 -> v1.0.100
    Updating smallvec v1.10.0 -> v1.11.0
    Updating syn v2.0.22 -> v2.0.25
    Updating thiserror v1.0.40 -> v1.0.43
    Updating thiserror-impl v1.0.40 -> v1.0.43
    Updating toml v0.7.5 -> v0.7.6
    Updating toml_edit v0.19.11 -> v0.19.12
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.10
    Updating winnow v0.4.7 -> v0.4.9
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