Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Weekly cargo update of dependencies #802

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Weekly cargo update of dependencies #802

merged 1 commit into from
Jun 24, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 27 packages to latest compatible versions
    Updating cargo_toml v0.20.2 -> v0.20.3
    Updating cc v1.0.99 -> v1.0.100
    Removing displaydoc v0.2.4
    Updating gix-date v0.8.6 -> v0.8.7
    Updating httparse v1.9.3 -> v1.9.4
    Updating hyper-rustls v0.26.0 -> v0.27.2
    Removing icu_collections v1.5.0
    Removing icu_locid v1.5.0
    Removing icu_locid_transform v1.5.0
    Removing icu_locid_transform_data v1.5.0
    Removing icu_normalizer v1.5.0
    Removing icu_normalizer_data v1.5.0
    Removing icu_properties v1.5.0
    Removing icu_properties_data v1.5.0
    Removing icu_provider v1.5.0
    Removing icu_provider_macros v1.5.0
 Downgrading idna v1.0.0 -> v0.5.0 (latest: v1.0.1)
    Updating lazy_static v1.4.0 -> v1.5.0
    Removing litemap v0.7.3
    Updating miniz_oxide v0.7.3 -> v0.7.4
      Adding ppv-lite86 v0.2.17
    Updating proc-macro2 v1.0.85 -> v1.0.86
      Adding quinn v0.11.2
      Adding quinn-proto v0.11.3
      Adding quinn-udp v0.5.2
      Adding rand v0.8.5
      Adding rand_chacha v0.3.1
      Adding rand_core v0.6.4
    Updating reqwest v0.12.4 -> v0.12.5
      Adding rustc-hash v1.1.0 (latest: v2.0.0)
    Updating rustls v0.22.4 -> v0.23.10
    Removing stable_deref_trait v1.2.0
    Updating subtle v2.5.0 -> v2.6.0
    Updating syn v2.0.66 -> v2.0.68
    Updating sync_wrapper v0.1.2 -> v1.0.1
    Removing synstructure v0.13.1
    Removing tinystr v0.7.6
    Updating tokio-rustls v0.25.0 -> v0.26.0
      Adding tracing-attributes v0.1.27
      Adding unicode-bidi v0.3.15
    Updating url v2.5.1 -> v2.5.2
    Removing utf16_iter v1.0.5
    Removing utf8_iter v1.0.4
    Updating webpki-roots v0.26.2 -> v0.26.3
    Removing write16 v1.0.0
    Removing writeable v0.5.5
    Removing yoke v0.7.4
    Removing yoke-derive v0.7.4
    Removing zerofrom v0.1.4
    Removing zerofrom-derive v0.1.4
    Removing zerovec v0.10.2
    Removing zerovec-derive v0.10.2
note: pass `--verbose` to see 35 unchanged dependencies behind latest

     Locking 27 packages to latest compatible versions
    Updating cargo_toml v0.20.2 -> v0.20.3
    Updating cc v1.0.99 -> v1.0.100
    Removing displaydoc v0.2.4
    Updating gix-date v0.8.6 -> v0.8.7
    Updating httparse v1.9.3 -> v1.9.4
    Updating hyper-rustls v0.26.0 -> v0.27.2
    Removing icu_collections v1.5.0
    Removing icu_locid v1.5.0
    Removing icu_locid_transform v1.5.0
    Removing icu_locid_transform_data v1.5.0
    Removing icu_normalizer v1.5.0
    Removing icu_normalizer_data v1.5.0
    Removing icu_properties v1.5.0
    Removing icu_properties_data v1.5.0
    Removing icu_provider v1.5.0
    Removing icu_provider_macros v1.5.0
 Downgrading idna v1.0.0 -> v0.5.0 (latest: v1.0.1)
    Updating lazy_static v1.4.0 -> v1.5.0
    Removing litemap v0.7.3
    Updating miniz_oxide v0.7.3 -> v0.7.4
      Adding ppv-lite86 v0.2.17
    Updating proc-macro2 v1.0.85 -> v1.0.86
      Adding quinn v0.11.2
      Adding quinn-proto v0.11.3
      Adding quinn-udp v0.5.2
      Adding rand v0.8.5
      Adding rand_chacha v0.3.1
      Adding rand_core v0.6.4
    Updating reqwest v0.12.4 -> v0.12.5
      Adding rustc-hash v1.1.0 (latest: v2.0.0)
    Updating rustls v0.22.4 -> v0.23.10
    Removing stable_deref_trait v1.2.0
    Updating subtle v2.5.0 -> v2.6.0
    Updating syn v2.0.66 -> v2.0.68
    Updating sync_wrapper v0.1.2 -> v1.0.1
    Removing synstructure v0.13.1
    Removing tinystr v0.7.6
    Updating tokio-rustls v0.25.0 -> v0.26.0
      Adding tracing-attributes v0.1.27
      Adding unicode-bidi v0.3.15
    Updating url v2.5.1 -> v2.5.2
    Removing utf16_iter v1.0.5
    Removing utf8_iter v1.0.4
    Updating webpki-roots v0.26.2 -> v0.26.3
    Removing write16 v1.0.0
    Removing writeable v0.5.5
    Removing yoke v0.7.4
    Removing yoke-derive v0.7.4
    Removing zerofrom v0.1.4
    Removing zerofrom-derive v0.1.4
    Removing zerovec v0.10.2
    Removing zerovec-derive v0.10.2
note: pass `--verbose` to see 35 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) June 24, 2024 03:40
@github-actions github-actions bot merged commit e39cc4d into main Jun 24, 2024
34 checks passed
@github-actions github-actions bot deleted the cargo_update branch June 24, 2024 04:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant