rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
956 stars 193 forks source link

run cargo update #2458

Closed syphar closed 3 months ago

syphar commented 3 months ago
    Updating crates.io index
    Updating anyhow v1.0.80 -> v1.0.81
    Removing atomic-write-file v0.1.3
    Updating aws-smithy-async v1.1.7 -> v1.1.8
    Updating aws-smithy-checksums v0.60.6 -> v0.60.7
    Updating aws-smithy-http v0.60.6 -> v0.60.7
    Updating aws-smithy-json v0.60.6 -> v0.60.7
    Updating aws-smithy-protocol-test v0.60.6 -> v0.60.7
    Updating aws-smithy-query v0.60.6 -> v0.60.7
    Updating aws-smithy-runtime v1.1.7 -> v1.1.8
    Updating aws-smithy-runtime-api v1.1.7 -> v1.2.0
    Updating aws-smithy-types v1.1.7 -> v1.1.8
    Updating aws-smithy-types-convert v0.60.6 -> v0.60.8
    Updating aws-smithy-xml v0.60.6 -> v0.60.7
    Updating bumpalo v3.15.3 -> v3.15.4
    Updating cc v1.0.89 -> v1.0.90
    Removing cfg_aliases v0.1.1
    Updating chrono v0.4.34 -> v0.4.35
    Updating clap v4.5.1 -> v4.5.2
    Updating clap_builder v4.5.1 -> v4.5.2
    Updating http-body-util v0.1.0 -> v0.1.1
    Updating lol_html v1.2.0 -> v1.2.1
    Removing nix v0.28.0
    Updating os_info v3.7.0 -> v3.8.0
    Updating proc-macro2 v1.0.78 -> v1.0.79
    Updating reqwest v0.11.24 -> v0.11.26
    Removing safemem v0.3.3
    Updating serde_path_to_error v0.1.15 -> v0.1.16
    Updating serde_with v3.6.1 -> v3.7.0
    Updating serde_with_macros v3.6.1 -> v3.7.0
    Updating sqlx v0.7.3 -> v0.7.4
    Updating sqlx-core v0.7.3 -> v0.7.4
    Updating sqlx-macros v0.7.3 -> v0.7.4
    Updating sqlx-macros-core v0.7.3 -> v0.7.4
    Updating sqlx-mysql v0.7.3 -> v0.7.4
    Updating sqlx-postgres v0.7.3 -> v0.7.4
    Updating sqlx-sqlite v0.7.3 -> v0.7.4
    Updating strum v0.26.1 -> v0.26.2
    Updating strum_macros v0.26.1 -> v0.26.2
    Updating thiserror v1.0.57 -> v1.0.58
    Updating thiserror-impl v1.0.57 -> v1.0.58
    Updating toml v0.8.10 -> v0.8.11
    Updating toml_edit v0.22.6 -> v0.22.7
    Updating whoami v1.5.0 -> v1.5.1
GuillaumeGomez commented 3 months ago

It'll need a clippy fix too. :)

syphar commented 3 months ago

@GuillaumeGomez fixed