diff options
Diffstat (limited to 'irc/halloy/Makefile.crates')
-rw-r--r-- | irc/halloy/Makefile.crates | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/halloy/Makefile.crates b/irc/halloy/Makefile.crates index 1c8bdcef652b..ef9597aa94f3 100644 --- a/irc/halloy/Makefile.crates +++ b/irc/halloy/Makefile.crates @@ -62,6 +62,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ base64-0.13.1 \ base64-0.22.1 \ base64ct-1.6.0 \ + bincode-1.3.3 \ bindgen-0.70.1 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ @@ -123,7 +124,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ core-graphics-types-0.2.0 \ coreaudio-rs-0.11.3 \ coreaudio-sys-0.2.16 \ - cosmic-text-0.13.2 \ + cosmic-text-0.14.2 \ cpal-0.15.3 \ cpufeatures-0.2.16 \ crc32fast-1.4.2 \ @@ -420,10 +421,10 @@ CARGO_CRATES= ab_glyph-0.2.29 \ once_cell-1.20.3 \ oneshot-fused-workaround-0.2.1 \ open-5.3.2 \ - openssl-0.10.68 \ + openssl-0.10.72 \ openssl-macros-0.1.1 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.104 \ + openssl-sys-0.9.108 \ option-ext-0.2.0 \ orbclient-0.3.48 \ ordered-float-2.10.1 \ @@ -851,6 +852,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ zvariant_derive-5.2.0 \ zvariant_utils-3.1.0 \ dpi,winit@git+https://github.com/iced-rs/winit.git?rev=11414b6aa45699f038114e61b4ddf5102b2d3b4b\#11414b6aa45699f038114e61b4ddf5102b2d3b4b \ + cryoglyph@git+https://github.com/iced-rs/cryoglyph.git?rev=a456d1c17bbcf33afcca41d9e5e299f9f1193819\#a456d1c17bbcf33afcca41d9e5e299f9f1193819 \ dark-light@git+https://github.com/rust-dark-light/dark-light?rev=8e1f745f91e1e805fa772a83e4744afe95d70aa1\#8e1f745f91e1e805fa772a83e4744afe95d70aa1 \ - iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/iced-rs/iced?rev=1b22d7d5fcdf519a3cac7a3cfd14398a3108c3b8\#1b22d7d5fcdf519a3cac7a3cfd14398a3108c3b8 \ - cryoglyph@git+https://github.com/iced-rs/cryoglyph.git?rev=be2defe4a13fd7c97c6f4c81e8e085463eb578dc\#be2defe4a13fd7c97c6f4c81e8e085463eb578dc + iced,iced_beacon,iced_core,iced_debug,iced_devtools,iced_futures,iced_graphics,iced_program,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/iced-rs/iced?rev=aa633f6832c93d81fc829bcd351b369f0aada282\#aa633f6832c93d81fc829bcd351b369f0aada282 |