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

Update dependencies #19

Closed
wants to merge 1 commit into from
Closed

Update dependencies #19

wants to merge 1 commit into from

Conversation

repi
Copy link
Contributor

@repi repi commented Dec 7, 2019

Simply ran cargo update. We should have done this when releasing the first version, but can be in the next release.

Unfortunately due to no tests yet (#18) it is difficult to know if this introduces any bugs or problems, but are just patch changes so aren't supposed to cause issues at least.

    Updating anyhow v1.0.19 -> v1.0.25
    Removing arrayvec v0.4.12
    Updating askalono v0.4.0 -> v0.4.1
    Updating block-padding v0.1.4 -> v0.1.5
    Updating cargo_metadata v0.9.0 -> v0.9.1
    Updating cc v1.0.47 -> v1.0.48
    Updating chrono v0.4.9 -> v0.4.10
    Updating crossbeam-deque v0.7.1 -> v0.7.2
    Updating crossbeam-epoch v0.7.2 -> v0.8.0
    Updating crossbeam-queue v0.1.2 -> v0.2.0
    Updating crossbeam-utils v0.6.6 -> v0.7.0
    Updating libc v0.2.65 -> v0.2.66
    Removing maybe-uninit v2.0.0
    Updating memoffset v0.5.2 -> v0.5.3
    Removing nodrop v0.1.14
    Updating num-traits v0.2.8 -> v0.2.10
    Updating num_cpus v1.11.0 -> v1.11.1
    Updating rayon v1.2.0 -> v1.2.1
    Updating rayon-core v1.6.0 -> v1.6.1
    Updating serde v1.0.102 -> v1.0.103
    Updating serde_derive v1.0.102 -> v1.0.103
    Updating serde_json v1.0.41 -> v1.0.44
    Removing smallvec v0.6.13
    Updating structopt v0.3.3 -> v0.3.5
    Updating structopt-derive v0.3.3 -> v0.3.5
    Updating syn v1.0.7 -> v1.0.11
    Updating synstructure v0.12.2 -> v0.12.3
    Updating unicode-normalization v0.1.8 -> v0.1.11
    Updating unicode-segmentation v1.5.0 -> v1.6.0
    Updating unicode-width v0.1.6 -> v0.1.7

@MaikKlein & @Jake-Shadle Btw should we list these type of updates that only affect Cargo.lock and the executable in the changelog? If we do every release will essentially just contain an "Updated dependencies" which may not be that useful. Likely only more meaningful for specific manual major upgrades.

    Updating anyhow v1.0.19 -> v1.0.25
    Removing arrayvec v0.4.12
    Updating askalono v0.4.0 -> v0.4.1
    Updating block-padding v0.1.4 -> v0.1.5
    Updating cargo_metadata v0.9.0 -> v0.9.1
    Updating cc v1.0.47 -> v1.0.48
    Updating chrono v0.4.9 -> v0.4.10
    Updating crossbeam-deque v0.7.1 -> v0.7.2
    Updating crossbeam-epoch v0.7.2 -> v0.8.0
    Updating crossbeam-queue v0.1.2 -> v0.2.0
    Updating crossbeam-utils v0.6.6 -> v0.7.0
    Updating libc v0.2.65 -> v0.2.66
    Removing maybe-uninit v2.0.0
    Updating memoffset v0.5.2 -> v0.5.3
    Removing nodrop v0.1.14
    Updating num-traits v0.2.8 -> v0.2.10
    Updating num_cpus v1.11.0 -> v1.11.1
    Updating rayon v1.2.0 -> v1.2.1
    Updating rayon-core v1.6.0 -> v1.6.1
    Updating serde v1.0.102 -> v1.0.103
    Updating serde_derive v1.0.102 -> v1.0.103
    Updating serde_json v1.0.41 -> v1.0.44
    Removing smallvec v0.6.13
    Updating structopt v0.3.3 -> v0.3.5
    Updating structopt-derive v0.3.3 -> v0.3.5
    Updating syn v1.0.7 -> v1.0.11
    Updating synstructure v0.12.2 -> v0.12.3
    Updating unicode-normalization v0.1.8 -> v0.1.11
    Updating unicode-segmentation v1.5.0 -> v1.6.0
    Updating unicode-width v0.1.6 -> v0.1.7
@repi repi requested a review from MaikKlein December 7, 2019 11:11
@Jake-Shadle
Copy link
Member

Closed by #20

@Jake-Shadle Jake-Shadle closed this Dec 8, 2019
@Jake-Shadle Jake-Shadle deleted the update-deps branch December 8, 2019 15:03
@repi
Copy link
Contributor Author

repi commented Dec 8, 2019

Could have merged my nice separate PR instead and then done the other one. PR thief! :)

Jake-Shadle added a commit that referenced this pull request Mar 15, 2021
Also clean up publish check, this one was too specific to how texture-synthesis works.
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.

2 participants