Skip to content

Conversation

pitaj
Copy link
Owner

@pitaj pitaj commented Jul 18, 2023

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

    Updating allocator-api2 v0.2.15 -> v0.2.16
    Updating anyhow v1.0.71 -> v1.0.72
    Updating bstr v1.5.0 -> v1.6.0
    Updating camino v1.1.4 -> v1.1.6
    Updating cargo-platform v0.1.2 -> v0.1.3
    Updating clap v4.3.10 -> v4.3.15
    Updating clap_builder v4.3.10 -> v4.3.15
    Updating clap_complete v4.3.1 -> v4.3.2
    Updating clap_derive v4.3.2 -> v4.3.12
    Updating colored v2.0.0 -> v2.0.4
    Updating compiler_builtins v0.1.95 -> v0.1.96
    Updating cpufeatures v0.2.8 -> v0.2.9
    Updating cstr v0.2.8 -> v0.2.11
    Updating dissimilar v1.0.6 -> v1.0.7
    Updating equivalent v1.0.0 -> v1.0.1
    Updating globset v0.4.10 -> v0.4.11
    Updating h2 v0.3.19 -> v0.3.20
    Updating hyper v0.14.22 -> v0.14.27
    Updating ipnet v2.7.2 -> v2.8.0
    Updating is-terminal v0.4.8 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.9
    Updating mdbook v0.4.31 -> v0.4.32
      Adding normpath v1.1.1
      Adding opener v0.6.1
    Updating pest v2.7.0 -> v2.7.1
    Updating pest_derive v2.7.0 -> v2.7.1
    Updating pest_generator v2.7.0 -> v2.7.1
    Updating pest_meta v2.7.0 -> v2.7.1
    Updating proc-macro2 v1.0.63 -> v1.0.66
    Updating quote v1.0.29 -> v1.0.31
    Updating regex v1.8.4 -> v1.9.1
      Adding regex-automata v0.3.3
      Adding regex-lite v0.1.0
    Updating regex-syntax v0.7.2 -> v0.7.4
    Removing rustix v0.37.22
    Removing rustix v0.38.2
      Adding rustix v0.37.23
      Adding rustix v0.38.4
    Updating rustversion v1.0.12 -> v1.0.14
    Updating ryu v1.0.13 -> v1.0.15
    Updating schannel v0.1.21 -> v0.1.22
    Updating scopeguard v1.1.0 -> v1.2.0
    Updating semver v1.0.17 -> v1.0.18
    Updating smallvec v1.10.0 -> v1.11.0
    Updating sysinfo v0.29.2 -> v0.29.5
    Updating tar v0.4.38 -> v0.4.39
    Updating tokio-util v0.7.2 -> v0.7.8
    Updating toml v0.7.5 -> v0.7.6
    Updating toml_edit v0.19.11 -> v0.19.14
    Updating tracing-tree v0.2.3 -> v0.2.4
    Updating ucd-parse v0.1.10 -> v0.1.12
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.11
    Updating uuid v1.4.0 -> v1.4.1
    Updating wasm-bindgen-futures v0.4.34 -> v0.4.37
    Updating web-sys v0.3.61 -> v0.3.64
    Updating winnow v0.4.7 -> v0.5.0

    Updating allocator-api2 v0.2.15 -> v0.2.16
    Updating anyhow v1.0.71 -> v1.0.72
    Updating bstr v1.5.0 -> v1.6.0
    Updating camino v1.1.4 -> v1.1.6
    Updating cargo-platform v0.1.2 -> v0.1.3
    Updating clap v4.3.10 -> v4.3.15
    Updating clap_builder v4.3.10 -> v4.3.15
    Updating clap_complete v4.3.1 -> v4.3.2
    Updating clap_derive v4.3.2 -> v4.3.12
    Updating colored v2.0.0 -> v2.0.4
    Updating compiler_builtins v0.1.95 -> v0.1.96
    Updating cpufeatures v0.2.8 -> v0.2.9
    Updating cstr v0.2.8 -> v0.2.11
    Updating dissimilar v1.0.6 -> v1.0.7
    Updating equivalent v1.0.0 -> v1.0.1
    Updating globset v0.4.10 -> v0.4.11
    Updating h2 v0.3.19 -> v0.3.20
    Updating hyper v0.14.22 -> v0.14.27
    Updating ipnet v2.7.2 -> v2.8.0
    Updating is-terminal v0.4.8 -> v0.4.9
    Updating itoa v1.0.6 -> v1.0.9
    Updating mdbook v0.4.31 -> v0.4.32
      Adding normpath v1.1.1
      Adding opener v0.6.1
    Updating pest v2.7.0 -> v2.7.1
    Updating pest_derive v2.7.0 -> v2.7.1
    Updating pest_generator v2.7.0 -> v2.7.1
    Updating pest_meta v2.7.0 -> v2.7.1
    Updating proc-macro2 v1.0.63 -> v1.0.66
    Updating quote v1.0.29 -> v1.0.31
    Updating regex v1.8.4 -> v1.9.1
      Adding regex-automata v0.3.3
      Adding regex-lite v0.1.0
    Updating regex-syntax v0.7.2 -> v0.7.4
    Removing rustix v0.37.22
    Removing rustix v0.38.2
      Adding rustix v0.37.23
      Adding rustix v0.38.4
    Updating rustversion v1.0.12 -> v1.0.14
    Updating ryu v1.0.13 -> v1.0.15
    Updating schannel v0.1.21 -> v0.1.22
    Updating scopeguard v1.1.0 -> v1.2.0
    Updating semver v1.0.17 -> v1.0.18
    Updating smallvec v1.10.0 -> v1.11.0
    Updating sysinfo v0.29.2 -> v0.29.5
    Updating tar v0.4.38 -> v0.4.39
    Updating tokio-util v0.7.2 -> v0.7.8
    Updating toml v0.7.5 -> v0.7.6
    Updating toml_edit v0.19.11 -> v0.19.14
    Updating tracing-tree v0.2.3 -> v0.2.4
    Updating ucd-parse v0.1.10 -> v0.1.12
    Updating ucd-trie v0.1.5 -> v0.1.6
    Updating unicode-ident v1.0.9 -> v1.0.11
    Updating uuid v1.4.0 -> v1.4.1
    Updating wasm-bindgen-futures v0.4.34 -> v0.4.37
    Updating web-sys v0.3.61 -> v0.3.64
    Updating winnow v0.4.7 -> v0.5.0
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