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

upgrade aws-sdk & systemstat, run cargo update #1804

Merged
merged 2 commits into from Aug 31, 2022
Merged

Conversation

syphar
Copy link
Member

@syphar syphar commented Aug 26, 2022

about the template change:

the code-change uses (IMO) the correct data types for coverage data, and still has the percentage with decimals.

Before:
grafik
after:
grafik

for the case that the percentage ends with .0, we previsouly were removing the .0, while now we are keeping it.

update summary

      Adding android_system_properties v0.1.4
    Updating anyhow v1.0.58 -> v1.0.62
    Updating async-trait v0.1.56 -> v0.1.57
    Updating aws-config v0.46.0 -> v0.47.0
    Updating aws-endpoint v0.46.0 -> v0.47.0
    Updating aws-http v0.46.0 -> v0.47.0
    Updating aws-sdk-s3 v0.16.0 -> v0.17.0
    Updating aws-sdk-sso v0.16.0 -> v0.17.0
    Updating aws-sdk-sts v0.16.0 -> v0.17.0
    Updating aws-sig-auth v0.46.0 -> v0.47.0
    Updating aws-sigv4 v0.46.0 -> v0.47.0
    Updating aws-smithy-async v0.46.0 -> v0.47.0
      Adding aws-smithy-checksums v0.47.0
    Updating aws-smithy-client v0.46.0 -> v0.47.0
    Updating aws-smithy-eventstream v0.46.0 -> v0.47.0
    Updating aws-smithy-http v0.46.0 -> v0.47.0
    Updating aws-smithy-http-tower v0.46.0 -> v0.47.0
    Updating aws-smithy-json v0.46.0 -> v0.47.0
    Updating aws-smithy-query v0.46.0 -> v0.47.0
    Updating aws-smithy-types v0.46.0 -> v0.47.0
    Updating aws-smithy-types-convert v0.46.0 -> v0.47.0
    Updating aws-smithy-xml v0.46.0 -> v0.47.0
    Updating aws-types v0.46.0 -> v0.47.0
    Removing block-buffer v0.7.3
    Removing block-padding v0.1.5
    Updating bumpalo v3.10.0 -> v3.11.0
    Removing byte-tools v0.3.1
    Updating bytes v1.2.0 -> v1.2.1
    Updating chrono v0.4.19 -> v0.4.22
    Updating chrono-tz v0.6.1 -> v0.6.3
    Updating chrono-tz-build v0.0.2 -> v0.0.3
    Updating cpufeatures v0.2.2 -> v0.2.4
    Updating crates-index v0.18.8 -> v0.18.9
      Adding crc32c v0.6.3
    Removing digest v0.8.1
    Updating either v1.7.0 -> v1.8.0
    Removing fake-simd v0.1.2
    Updating fastrand v1.7.0 -> v1.8.0
    Removing futures v0.3.21
    Updating futures-channel v0.3.21 -> v0.3.23
    Updating futures-core v0.3.21 -> v0.3.23
    Removing futures-executor v0.3.21
    Updating futures-io v0.3.21 -> v0.3.23
    Updating futures-macro v0.3.21 -> v0.3.23
    Updating futures-sink v0.3.21 -> v0.3.23
    Updating futures-task v0.3.21 -> v0.3.23
    Updating futures-util v0.3.21 -> v0.3.23
    Removing generic-array v0.12.4
    Removing generic-array v0.14.5
      Adding generic-array v0.14.6
    Updating h2 v0.3.13 -> v0.3.14
      Adding iana-time-zone v0.1.46
    Updating io-lifetimes v0.7.2 -> v0.7.3
    Updating itoa v1.0.2 -> v1.0.3
    Updating js-sys v0.3.58 -> v0.3.59
    Updating libc v0.2.126 -> v0.2.132
    Removing maplit v1.0.2
    Updating memmap2 v0.5.5 -> v0.5.7
    Updating once_cell v1.13.0 -> v1.13.1
    Removing opaque-debug v0.2.3
    Updating path-slash v0.2.0 -> v0.2.1
    Updating pest v2.1.3 -> v2.3.0
    Updating pest_derive v2.1.0 -> v2.3.0
    Updating pest_generator v2.1.3 -> v2.3.0
    Updating pest_meta v2.1.3 -> v2.3.0
    Updating phf v0.10.1 -> v0.11.1
    Updating phf_codegen v0.10.0 -> v0.11.1
      Adding phf_generator v0.11.1
      Adding phf_shared v0.11.1
    Updating pin-project v1.0.11 -> v1.0.12
    Updating pin-project-internal v1.0.11 -> v1.0.12
    Updating plotters v0.3.2 -> v0.3.3
    Updating plotters-svg v0.3.2 -> v0.3.3
    Updating postgres v0.19.3 -> v0.19.4
    Updating postgres-types v0.2.3 -> v0.2.4
    Updating proc-macro2 v1.0.40 -> v1.0.43
    Updating procfs v0.13.2 -> v0.13.3
    Updating quote v1.0.20 -> v1.0.21
    Updating redox_syscall v0.2.15 -> v0.2.16
    Updating rustix v0.35.7 -> v0.35.9
    Updating rustversion v1.0.8 -> v1.0.9
    Updating ryu v1.0.10 -> v1.0.11
    Updating semver v1.0.12 -> v1.0.13
    Updating serde v1.0.140 -> v1.0.144
    Updating serde_derive v1.0.140 -> v1.0.144
    Updating serde_json v1.0.82 -> v1.0.85
    Updating sha-1 v0.8.2 -> v0.10.0
      Adding sha1 v0.10.1
    Updating similar v2.1.0 -> v2.2.0
    Updating strum_macros v0.24.2 -> v0.24.3
    Updating syn v1.0.98 -> v1.0.99
    Updating systemstat v0.1.11 -> v0.2.0
    Updating tera v1.16.0 -> v1.17.0
    Updating thiserror v1.0.31 -> v1.0.32
    Updating thiserror-impl v1.0.31 -> v1.0.32
    Updating time v0.3.11 -> v0.3.14
    Updating tokio v1.20.0 -> v1.20.1
    Updating tokio-postgres v0.7.6 -> v0.7.7
    Updating tracing v0.1.35 -> v0.1.36
    Updating tracing-core v0.1.28 -> v0.1.29
    Updating unicode-ident v1.0.2 -> v1.0.3
    Updating wasm-bindgen v0.2.81 -> v0.2.82
    Updating wasm-bindgen-backend v0.2.81 -> v0.2.82
    Updating wasm-bindgen-futures v0.4.31 -> v0.4.32
    Updating wasm-bindgen-macro v0.2.81 -> v0.2.82
    Updating wasm-bindgen-macro-support v0.2.81 -> v0.2.82
    Updating wasm-bindgen-shared v0.2.81 -> v0.2.82
    Updating web-sys v0.3.58 -> v0.3.59

@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Aug 26, 2022
@syphar syphar self-assigned this Aug 26, 2022
@syphar syphar added S-waiting-on-author Status: This PR is incomplete or needs to address review comments and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Aug 26, 2022
@syphar
Copy link
Member Author

syphar commented Aug 26, 2022

on the first try the tests failed, will take this PR back until fixed

@syphar syphar added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed and removed S-waiting-on-author Status: This PR is incomplete or needs to address review comments labels Aug 26, 2022
@syphar
Copy link
Member Author

syphar commented Aug 26, 2022

now ready for review / merge

@syphar
Copy link
Member Author

syphar commented Aug 31, 2022

r? @Nemo157

@syphar syphar merged commit 94ba4fa into rust-lang:master Aug 31, 2022
@syphar syphar deleted the updates branch August 31, 2022 19:36
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Aug 31, 2022
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 3, 2022
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.

None yet

2 participants