Skip to content

Conversation

@obi1kenobi
Copy link
Owner

@obi1kenobi obi1kenobi commented Nov 24, 2025

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 39 packages to latest Rust 1.90 compatible versions
    Updating async-compression v0.4.33 -> v0.4.35
    Removing base64 v0.13.1
    Removing bitflags v1.3.2
    Updating borsh v1.5.7 -> v1.6.0
    Updating cc v1.2.46 -> v1.2.49
    Updating clap v4.5.51 -> v4.5.53
    Updating clap_builder v4.5.51 -> v4.5.53
    Updating compression-codecs v0.4.32 -> v0.4.34
    Updating compression-core v0.4.30 -> v0.4.31
    Updating gix-path v0.10.21 -> v0.10.22
    Updating gix-url v0.33.1 -> v0.33.2
    Updating hashbrown v0.16.0 -> v0.16.1
    Updating http v1.3.1 -> v1.4.0
    Updating hyper-util v0.1.18 -> v0.1.19
    Updating indexmap v2.12.0 -> v2.12.1
    Updating insta v1.43.2 -> v1.44.3
    Updating js-sys v0.3.82 -> v0.3.83
    Updating libc v0.2.177 -> v0.2.178
    Updating libz-rs-sys v0.5.2 -> v0.5.3
    Updating log v0.4.28 -> v0.4.29
    Updating mio v1.1.0 -> v1.1.1
    Updating pest v2.8.3 -> v2.8.4
    Updating pest_derive v2.8.3 -> v2.8.4
    Updating pest_generator v2.8.3 -> v2.8.4
    Updating pest_meta v2.8.3 -> v2.8.4
    Removing ron v0.7.1
    Updating rustls-pki-types v1.13.0 -> v1.13.1
    Updating syn v2.0.110 -> v2.0.111
    Updating tower-http v0.6.6 -> v0.6.7
    Updating tracing v0.1.41 -> v0.1.43
    Updating tracing-core v0.1.34 -> v0.1.35
    Updating uuid v1.18.1 -> v1.19.0
    Updating wasm-bindgen v0.2.105 -> v0.2.106
    Updating wasm-bindgen-futures v0.4.55 -> v0.4.56
    Updating wasm-bindgen-macro v0.2.105 -> v0.2.106
    Updating wasm-bindgen-macro-support v0.2.105 -> v0.2.106
    Updating wasm-bindgen-shared v0.2.105 -> v0.2.106
    Updating web-sys v0.3.82 -> v0.3.83
    Updating winnow v0.7.13 -> v0.7.14
    Updating zerocopy v0.8.27 -> v0.8.31
    Updating zerocopy-derive v0.8.27 -> v0.8.31
    Updating zlib-rs v0.5.2 -> v0.5.3
note: pass `--verbose` to see 3 unchanged dependencies behind latest

@github-actions github-actions bot enabled auto-merge (squash) November 24, 2025 04:09
     Locking 39 packages to latest Rust 1.90 compatible versions
    Updating async-compression v0.4.33 -> v0.4.35
    Removing base64 v0.13.1
    Removing bitflags v1.3.2
    Updating borsh v1.5.7 -> v1.6.0
    Updating cc v1.2.46 -> v1.2.49
    Updating clap v4.5.51 -> v4.5.53
    Updating clap_builder v4.5.51 -> v4.5.53
    Updating compression-codecs v0.4.32 -> v0.4.34
    Updating compression-core v0.4.30 -> v0.4.31
    Updating gix-path v0.10.21 -> v0.10.22
    Updating gix-url v0.33.1 -> v0.33.2
    Updating hashbrown v0.16.0 -> v0.16.1
    Updating http v1.3.1 -> v1.4.0
    Updating hyper-util v0.1.18 -> v0.1.19
    Updating indexmap v2.12.0 -> v2.12.1
    Updating insta v1.43.2 -> v1.44.3
    Updating js-sys v0.3.82 -> v0.3.83
    Updating libc v0.2.177 -> v0.2.178
    Updating libz-rs-sys v0.5.2 -> v0.5.3
    Updating log v0.4.28 -> v0.4.29
    Updating mio v1.1.0 -> v1.1.1
    Updating pest v2.8.3 -> v2.8.4
    Updating pest_derive v2.8.3 -> v2.8.4
    Updating pest_generator v2.8.3 -> v2.8.4
    Updating pest_meta v2.8.3 -> v2.8.4
    Removing ron v0.7.1
    Updating rustls-pki-types v1.13.0 -> v1.13.1
    Updating syn v2.0.110 -> v2.0.111
    Updating tower-http v0.6.6 -> v0.6.7
    Updating tracing v0.1.41 -> v0.1.43
    Updating tracing-core v0.1.34 -> v0.1.35
    Updating uuid v1.18.1 -> v1.19.0
    Updating wasm-bindgen v0.2.105 -> v0.2.106
    Updating wasm-bindgen-futures v0.4.55 -> v0.4.56
    Updating wasm-bindgen-macro v0.2.105 -> v0.2.106
    Updating wasm-bindgen-macro-support v0.2.105 -> v0.2.106
    Updating wasm-bindgen-shared v0.2.105 -> v0.2.106
    Updating web-sys v0.3.82 -> v0.3.83
    Updating winnow v0.7.13 -> v0.7.14
    Updating zerocopy v0.8.27 -> v0.8.31
    Updating zerocopy-derive v0.8.27 -> v0.8.31
    Updating zlib-rs v0.5.2 -> v0.5.3
note: pass `--verbose` to see 3 unchanged dependencies behind latest
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