Skip to content

chore: Update dependencies#144

Merged
dotdash merged 1 commit intoCretezy:mainfrom
blazingjj:update_deps
Jul 6, 2025
Merged

chore: Update dependencies#144
dotdash merged 1 commit intoCretezy:mainfrom
blazingjj:update_deps

Conversation

@dotdash
Copy link
Collaborator

@dotdash dotdash commented Jun 20, 2025

Package From To Compare
anstream 0.6.18 0.6.19 ...
anstyle 1.0.10 1.0.11 ...
anstyle-parse 0.2.6 0.2.7 ...
anstyle-query 1.1.2 1.1.3 ...
anstyle-wincon 3.0.7 3.0.9 ...
autocfg 1.4.0 1.5.0 ...
bitflags 2.9.0 2.9.1 ...
bumpalo 3.17.0 3.19.0 ...
cc 1.2.19 1.2.29 ...
cfg-if 1.0.0 1.0.1 ...
chrono 0.4.40 0.4.41 ...
clap 4.5.37 4.5.40 ...
clap_builder 4.5.37 4.5.40 ...
clap_derive 4.5.32 4.5.40 ...
clap_lex 0.7.4 0.7.5 ...
colorchoice 1.0.3 1.0.4 ...
dyn-clone NEW 1.0.19
errno 0.3.11 0.3.13 ...
getrandom 0.3.2 0.3.3 ...
hashbrown 0.15.2 0.15.4 ...
indexmap 2.9.0 2.10.0 ...
insta 1.42.2 1.43.1 ...
libc 0.2.172 0.2.174 ...
linked-hash-map 0.5.6 REMOVED
lock_api 0.4.12 0.4.13 ...
memchr 2.7.4 2.7.5 ...
mio 1.0.3 1.0.4 ...
once_cell_polyfill NEW 1.70.1
parking_lot 0.12.3 0.12.4 ...
parking_lot_core 0.9.10 0.9.11 ...
pin-project 1.1.10 REMOVED
pin-project-internal 1.1.10 REMOVED
r-efi 5.2.0 5.3.0 ...
redox_syscall 0.5.11 0.5.13 ...
ref-cast NEW 1.0.24
ref-cast-impl NEW 1.0.24
rustversion 1.0.20 1.0.21 ...
schemars NEW 1.0.4
serde_spanned 0.6.8 0.6.9 ...
serde_with 3.12.0 3.14.0 ...
serde_with_macros 3.12.0 3.14.0 ...
signal-hook 0.3.17 0.3.18 ...
smallvec 1.15.0 1.15.1 ...
syn 2.0.100 2.0.104 ...
thread_local 1.1.8 1.1.9 ...
toml 0.8.20 0.8.23 ...
toml_datetime 0.6.8 0.6.11 ...
toml_edit 0.22.24 0.22.27 ...
toml_write NEW 0.1.2
tracing-attributes 0.1.28 0.1.30 ...
tracing-core 0.1.33 0.1.34 ...
windows-core 0.61.0 0.61.2 ...
windows-link 0.1.1 0.1.3 ...
windows-result 0.3.2 0.3.4 ...
windows-strings 0.4.0 0.4.2 ...
windows-sys NEW 0.60.2
windows-targets NEW 0.53.2
windows_aarch64_gnullvm NEW 0.53.0
windows_aarch64_msvc NEW 0.53.0
windows_i686_gnu NEW 0.53.0
windows_i686_gnullvm NEW 0.53.0
windows_i686_msvc NEW 0.53.0
windows_x86_64_gnu NEW 0.53.0
windows_x86_64_gnullvm NEW 0.53.0
windows_x86_64_msvc NEW 0.53.0
winnow 0.7.6 0.7.11 ...
zerocopy 0.8.24 0.8.26 ...
zerocopy-derive 0.8.24 0.8.26 ...

@istudyatuni
Copy link
Collaborator

Could you rebase on main, that should fix the ci

| Package                 | From    | To      | Compare |
|-------------------------|---------|---------|---------|
| anstream                | 0.6.18  | 0.6.19  |         |
| anstyle                 | 1.0.10  | 1.0.11  |         |
| anstyle-parse           | 0.2.6   | 0.2.7   |         |
| anstyle-query           | 1.1.2   | 1.1.3   |         |
| anstyle-wincon          | 3.0.7   | 3.0.9   |         |
| autocfg                 | 1.4.0   | 1.5.0   |         |
| bitflags                | 2.9.0   | 2.9.1   |         |
| bumpalo                 | 3.17.0  | 3.19.0  |         |
| cc                      | 1.2.19  | 1.2.29  |         |
| cfg-if                  | 1.0.0   | 1.0.1   |         |
| chrono                  | 0.4.40  | 0.4.41  |         |
| clap                    | 4.5.37  | 4.5.40  |         |
| clap_builder            | 4.5.37  | 4.5.40  |         |
| clap_derive             | 4.5.32  | 4.5.40  |         |
| clap_lex                | 0.7.4   | 0.7.5   |         |
| colorchoice             | 1.0.3   | 1.0.4   |         |
| dyn-clone               | NEW     | 1.0.19  |         |
| errno                   | 0.3.11  | 0.3.13  |         |
| getrandom               | 0.3.2   | 0.3.3   |         |
| hashbrown               | 0.15.2  | 0.15.4  |         |
| indexmap                | 2.9.0   | 2.10.0  |         |
| insta                   | 1.42.2  | 1.43.1  |         |
| libc                    | 0.2.172 | 0.2.174 |         |
| linked-hash-map         | 0.5.6   | REMOVED |         |
| lock_api                | 0.4.12  | 0.4.13  |         |
| memchr                  | 2.7.4   | 2.7.5   |         |
| mio                     | 1.0.3   | 1.0.4   |         |
| once_cell_polyfill      | NEW     | 1.70.1  |         |
| parking_lot             | 0.12.3  | 0.12.4  |         |
| parking_lot_core        | 0.9.10  | 0.9.11  |         |
| pin-project             | 1.1.10  | REMOVED |         |
| pin-project-internal    | 1.1.10  | REMOVED |         |
| r-efi                   | 5.2.0   | 5.3.0   |         |
| redox_syscall           | 0.5.11  | 0.5.13  |         |
| ref-cast                | NEW     | 1.0.24  |         |
| ref-cast-impl           | NEW     | 1.0.24  |         |
| rustversion             | 1.0.20  | 1.0.21  |         |
| schemars                | NEW     | 1.0.4   |         |
| serde_spanned           | 0.6.8   | 0.6.9   |         |
| serde_with              | 3.12.0  | 3.14.0  |         |
| serde_with_macros       | 3.12.0  | 3.14.0  |         |
| signal-hook             | 0.3.17  | 0.3.18  |         |
| smallvec                | 1.15.0  | 1.15.1  |         |
| syn                     | 2.0.100 | 2.0.104 |         |
| thread_local            | 1.1.8   | 1.1.9   |         |
| toml                    | 0.8.20  | 0.8.23  |         |
| toml_datetime           | 0.6.8   | 0.6.11  |         |
| toml_edit               | 0.22.24 | 0.22.27 |         |
| toml_write              | NEW     | 0.1.2   |         |
| tracing-attributes      | 0.1.28  | 0.1.30  |         |
| tracing-core            | 0.1.33  | 0.1.34  |         |
| windows-core            | 0.61.0  | 0.61.2  |         |
| windows-link            | 0.1.1   | 0.1.3   |         |
| windows-result          | 0.3.2   | 0.3.4   |         |
| windows-strings         | 0.4.0   | 0.4.2   |         |
| windows-sys             | NEW     | 0.60.2  |         |
| windows-targets         | NEW     | 0.53.2  |         |
| windows_aarch64_gnullvm | NEW     | 0.53.0  |         |
| windows_aarch64_msvc    | NEW     | 0.53.0  |         |
| windows_i686_gnu        | NEW     | 0.53.0  |         |
| windows_i686_gnullvm    | NEW     | 0.53.0  |         |
| windows_i686_msvc       | NEW     | 0.53.0  |         |
| windows_x86_64_gnu      | NEW     | 0.53.0  |         |
| windows_x86_64_gnullvm  | NEW     | 0.53.0  |         |
| windows_x86_64_msvc     | NEW     | 0.53.0  |         |
| winnow                  | 0.7.6   | 0.7.11  |         |
| zerocopy                | 0.8.24  | 0.8.26  |         |
| zerocopy-derive         | 0.8.24  | 0.8.26  |         |
@dotdash dotdash merged commit a2d03da into Cretezy:main Jul 6, 2025
10 checks passed
@dotdash dotdash deleted the update_deps branch July 8, 2025 15:29
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.

2 participants