Skip to content

build(deps): update dependencies - #681

Open
missionis[bot] wants to merge 1 commit into
mainfrom
update-65-30113142977
Open

build(deps): update dependencies#681
missionis[bot] wants to merge 1 commit into
mainfrom
update-65-30113142977

Conversation

@missionis

@missionis missionis Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Updates dependencies to latest versions per Cargo.toml constraints.

Package From To
anyhow v1.0.103 v1.0.104
async-trait v0.1.89 v0.1.91
bitflags v2.13.0 v2.13.1
borsh v1.7.0 v1.8.0
bytemuck v1.25.0 v1.25.2
bytes v1.12.0 v1.12.1
cc v1.2.65 v1.4.0
cfg_aliases v0.2.1 v0.2.2
clap v4.6.1 v4.6.4
clap_builder v4.6.0 v4.6.2
clap_complete v4.6.5 v4.6.7
clap_derive v4.6.1 v4.6.4
crossbeam-deque v0.8.6 v0.8.7
crossbeam-epoch v0.9.18 v0.9.20
crossbeam-utils v0.8.21 v0.8.22
defmt v1.1.0 v1.1.1
defmt-macros v1.1.0 v1.1.1
der v0.8.0 v0.8.1
enumset v1.1.13 v1.1.14
fastrand v2.4.1 v2.5.0
futures v0.3.32 v0.3.33
futures-channel v0.3.32 v0.3.33
futures-core v0.3.32 v0.3.33
futures-executor v0.3.32 v0.3.33
futures-io v0.3.32 v0.3.33
futures-macro v0.3.32 v0.3.33
futures-sink v0.3.32 v0.3.33
futures-task v0.3.32 v0.3.33
futures-util v0.3.32 v0.3.33
glob v0.3.3 v0.3.4
hybrid-array v0.4.12 v0.4.13
jiff v0.2.29 v0.2.34
jiff-static v0.2.29 v0.2.34
libc v0.2.186 v0.2.189
libredox v0.1.17 v0.1.18
lumis-core v2.0.0 v2.3.0
memchr v2.8.2 v2.8.3
pest v2.8.6 v2.8.8
pest_derive v2.8.6 v2.8.8
pest_generator v2.8.6 v2.8.8
pest_meta v2.8.6 v2.8.8
portable-atomic v1.13.1 v1.14.0
proc-macro-error-attr2 v2.0.0
proc-macro-error2 v2.0.1
proc-macro2 v1.0.106 v1.0.107
quote v1.0.46 v1.0.47
rand v0.8.6 v0.8.7
regex v1.12.4 v1.13.1
regex-automata v0.4.14 v0.4.16
rust-embed v8.11.0 v8.12.0
rust-embed-impl v8.11.0 v8.12.0
rust-embed-utils v8.11.0 v8.12.0
rustc-hash v2.1.2 v2.1.3
rustls v0.23.41 v0.23.42
rustls-pki-types v1.14.1 v1.15.1
rustversion v1.0.22 v1.0.23
serde v1.0.228 v1.0.229
serde_core v1.0.228 v1.0.229
serde_derive v1.0.228 v1.0.229
serde_json v1.0.150 v1.0.151
serde_repr v0.1.20 v0.1.21
sha1 v0.10.6 v0.10.7
simd-adler32 v0.3.9 v0.3.10
syn v2.0.118
thiserror v2.0.18 v2.0.19
thiserror-impl v2.0.18 v2.0.19
tinyvec v1.11.0 v1.12.0
toml v1.1.2+spec-1.1.0 v1.1.3+spec-1.1.0
toml_edit v0.25.12+spec-1.1.0 v0.25.13+spec-1.1.0
toml_writer v1.1.1+spec-1.1.0 v1.1.2+spec-1.1.0
tree-sitter v0.26.9 v0.26.11
tree-sitter-highlight v0.26.9 v0.26.11
uuid v1.23.4 v1.24.0
value-bag v1.12.0 v1.13.1
webpki-root-certs v1.0.8 v1.0.9
webpki-roots v1.0.8 v1.0.9
winnow v1.0.3 v1.0.4
xxhash-rust v0.8.15 v0.8.18
zbus v5.16.0 v5.18.0
zbus_macros v5.16.0 v5.18.0
zbus_names v4.3.2 v4.3.4
zmij v1.0.21 v1.0.23
zvariant v5.12.0 v5.13.1
zvariant_derive v5.12.0 v5.13.1
zvariant_utils v3.4.0 v3.5.0

    Updating anyhow v1.0.103 -> v1.0.104
    Updating async-trait v0.1.89 -> v0.1.91
    Updating bitflags v2.13.0 -> v2.13.1
    Updating borsh v1.7.0 -> v1.8.0
    Updating bytemuck v1.25.0 -> v1.25.2
    Updating bytes v1.12.0 -> v1.12.1
    Updating cc v1.2.65 -> v1.4.0
    Updating cfg_aliases v0.2.1 -> v0.2.2
    Updating clap v4.6.1 -> v4.6.4
    Updating clap_builder v4.6.0 -> v4.6.2
    Updating clap_complete v4.6.5 -> v4.6.7
    Updating clap_derive v4.6.1 -> v4.6.4
    Updating crossbeam-deque v0.8.6 -> v0.8.7
    Updating crossbeam-epoch v0.9.18 -> v0.9.20
    Updating crossbeam-utils v0.8.21 -> v0.8.22
    Updating defmt v1.1.0 -> v1.1.1
    Updating defmt-macros v1.1.0 -> v1.1.1
    Updating der v0.8.0 -> v0.8.1
    Updating enumset v1.1.13 -> v1.1.14
    Updating fastrand v2.4.1 -> v2.5.0
    Updating futures v0.3.32 -> v0.3.33
    Updating futures-channel v0.3.32 -> v0.3.33
    Updating futures-core v0.3.32 -> v0.3.33
    Updating futures-executor v0.3.32 -> v0.3.33
    Updating futures-io v0.3.32 -> v0.3.33
    Updating futures-macro v0.3.32 -> v0.3.33
    Updating futures-sink v0.3.32 -> v0.3.33
    Updating futures-task v0.3.32 -> v0.3.33
    Updating futures-util v0.3.32 -> v0.3.33
    Updating glob v0.3.3 -> v0.3.4
    Updating hybrid-array v0.4.12 -> v0.4.13
    Updating jiff v0.2.29 -> v0.2.34
    Updating jiff-static v0.2.29 -> v0.2.34
    Updating libc v0.2.186 -> v0.2.189
    Updating libredox v0.1.17 -> v0.1.18
    Updating lumis-core v2.0.0 -> v2.3.0
    Updating memchr v2.8.2 -> v2.8.3
    Updating pest v2.8.6 -> v2.8.8
    Updating pest_derive v2.8.6 -> v2.8.8
    Updating pest_generator v2.8.6 -> v2.8.8
    Updating pest_meta v2.8.6 -> v2.8.8
    Updating portable-atomic v1.13.1 -> v1.14.0
    Removing proc-macro-error-attr2 v2.0.0
    Removing proc-macro-error2 v2.0.1
    Updating proc-macro2 v1.0.106 -> v1.0.107
    Updating quote v1.0.46 -> v1.0.47
    Updating rand v0.8.6 -> v0.8.7
    Updating regex v1.12.4 -> v1.13.1
    Updating regex-automata v0.4.14 -> v0.4.16
    Updating rust-embed v8.11.0 -> v8.12.0
    Updating rust-embed-impl v8.11.0 -> v8.12.0
    Updating rust-embed-utils v8.11.0 -> v8.12.0
    Updating rustc-hash v2.1.2 -> v2.1.3
    Updating rustls v0.23.41 -> v0.23.42
    Updating rustls-pki-types v1.14.1 -> v1.15.1
    Updating rustversion v1.0.22 -> v1.0.23
    Updating serde v1.0.228 -> v1.0.229
    Updating serde_core v1.0.228 -> v1.0.229
    Updating serde_derive v1.0.228 -> v1.0.229
    Updating serde_json v1.0.150 -> v1.0.151
    Updating serde_repr v0.1.20 -> v0.1.21
    Updating sha1 v0.10.6 -> v0.10.7
    Updating simd-adler32 v0.3.9 -> v0.3.10
    Removing syn v2.0.118
    Updating thiserror v2.0.18 -> v2.0.19
    Updating thiserror-impl v2.0.18 -> v2.0.19
    Updating tinyvec v1.11.0 -> v1.12.0
    Updating toml v1.1.2+spec-1.1.0 -> v1.1.3+spec-1.1.0
    Updating toml_edit v0.25.12+spec-1.1.0 -> v0.25.13+spec-1.1.0
    Updating toml_writer v1.1.1+spec-1.1.0 -> v1.1.2+spec-1.1.0
    Updating tree-sitter v0.26.9 -> v0.26.11
    Updating tree-sitter-highlight v0.26.9 -> v0.26.11
    Updating uuid v1.23.4 -> v1.24.0
    Updating value-bag v1.12.0 -> v1.13.1
    Updating webpki-root-certs v1.0.8 -> v1.0.9
    Updating webpki-roots v1.0.8 -> v1.0.9
    Updating winnow v1.0.3 -> v1.0.4
    Updating xxhash-rust v0.8.15 -> v0.8.18
    Updating zbus v5.16.0 -> v5.18.0
    Updating zbus_macros v5.16.0 -> v5.18.0
    Updating zbus_names v4.3.2 -> v4.3.4
    Updating zmij v1.0.21 -> v1.0.23
    Updating zvariant v5.12.0 -> v5.13.1
    Updating zvariant_derive v5.12.0 -> v5.13.1
    Updating zvariant_utils v3.4.0 -> v3.5.0
@missionis missionis Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 24, 2026
@premitor
premitor Bot enabled auto-merge (squash) July 24, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants