Skip to content

Conversation

@obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 43 packages to latest compatible versions
    Updating allocator-api2 v0.2.18 -> v0.2.19
    Updating anstream v0.6.17 -> v0.6.18
    Updating anyhow v1.0.92 -> v1.0.93
    Updating borsh v1.5.1 -> v1.5.2
    Updating cc v1.1.34 -> v1.1.37
    Updating curl-sys v0.4.77+curl-8.10.1 -> v0.4.78+curl-8.11.0
      Adding displaydoc v0.2.5
    Updating fastrand v2.1.1 -> v2.2.0
    Updating hashbrown v0.15.0 -> v0.15.1
      Adding icu_collections v1.5.0
      Adding icu_locid v1.5.0
      Adding icu_locid_transform v1.5.0
      Adding icu_locid_transform_data v1.5.0
      Adding icu_normalizer v1.5.0
      Adding icu_normalizer_data v1.5.0
      Adding icu_properties v1.5.1
      Adding icu_properties_data v1.5.0
      Adding icu_provider v1.5.0
      Adding icu_provider_macros v1.5.0
    Updating idna v0.5.0 -> v1.0.3
      Adding idna_adapter v1.2.0
    Updating libc v0.2.161 -> v0.2.162
      Adding litemap v0.7.3
    Updating quinn-udp v0.5.6 -> v0.5.7
    Updating rustix v0.38.38 -> v0.38.40
      Adding stable_deref_trait v1.2.0
      Adding synstructure v0.13.1
    Updating tempfile v3.13.0 -> v3.14.0
    Updating thiserror v1.0.67 -> v1.0.69 (latest: v2.0.3)
    Updating thiserror-impl v1.0.67 -> v1.0.69 (latest: v2.0.3)
      Adding tinystr v0.7.6
    Updating tokio v1.41.0 -> v1.41.1
    Removing unicode-bidi v0.3.17
    Updating url v2.5.2 -> v2.5.3
      Adding utf16_iter v1.0.5
      Adding utf8_iter v1.0.4
      Adding write16 v1.0.0
      Adding writeable v0.5.5
      Adding yoke v0.7.4
      Adding yoke-derive v0.7.4
      Adding zerofrom v0.1.4
      Adding zerofrom-derive v0.1.4
      Adding zerovec v0.10.4
      Adding zerovec-derive v0.10.3
note: pass `--verbose` to see 78 unchanged dependencies behind latest

     Locking 43 packages to latest compatible versions
    Updating allocator-api2 v0.2.18 -> v0.2.19
    Updating anstream v0.6.17 -> v0.6.18
    Updating anyhow v1.0.92 -> v1.0.93
    Updating borsh v1.5.1 -> v1.5.2
    Updating cc v1.1.34 -> v1.1.37
    Updating curl-sys v0.4.77+curl-8.10.1 -> v0.4.78+curl-8.11.0
      Adding displaydoc v0.2.5
    Updating fastrand v2.1.1 -> v2.2.0
    Updating hashbrown v0.15.0 -> v0.15.1
      Adding icu_collections v1.5.0
      Adding icu_locid v1.5.0
      Adding icu_locid_transform v1.5.0
      Adding icu_locid_transform_data v1.5.0
      Adding icu_normalizer v1.5.0
      Adding icu_normalizer_data v1.5.0
      Adding icu_properties v1.5.1
      Adding icu_properties_data v1.5.0
      Adding icu_provider v1.5.0
      Adding icu_provider_macros v1.5.0
    Updating idna v0.5.0 -> v1.0.3
      Adding idna_adapter v1.2.0
    Updating libc v0.2.161 -> v0.2.162
      Adding litemap v0.7.3
    Updating quinn-udp v0.5.6 -> v0.5.7
    Updating rustix v0.38.38 -> v0.38.40
      Adding stable_deref_trait v1.2.0
      Adding synstructure v0.13.1
    Updating tempfile v3.13.0 -> v3.14.0
    Updating thiserror v1.0.67 -> v1.0.69 (latest: v2.0.3)
    Updating thiserror-impl v1.0.67 -> v1.0.69 (latest: v2.0.3)
      Adding tinystr v0.7.6
    Updating tokio v1.41.0 -> v1.41.1
    Removing unicode-bidi v0.3.17
    Updating url v2.5.2 -> v2.5.3
      Adding utf16_iter v1.0.5
      Adding utf8_iter v1.0.4
      Adding write16 v1.0.0
      Adding writeable v0.5.5
      Adding yoke v0.7.4
      Adding yoke-derive v0.7.4
      Adding zerofrom v0.1.4
      Adding zerofrom-derive v0.1.4
      Adding zerovec v0.10.4
      Adding zerovec-derive v0.10.3
note: pass `--verbose` to see 78 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) November 11, 2024 03:44
@github-actions github-actions bot merged commit b3ce5d0 into main Nov 11, 2024
30 checks passed
@github-actions github-actions bot deleted the cargo_update branch November 11, 2024 03:57
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