this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate resvg to 0.46.0 (#139)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
d0fba5f4 afe58bd9

+13 -109
+12 -108
Cargo.lock
··· 1216 1216 1217 1217 [[package]] 1218 1218 name = "gif" 1219 - version = "0.13.3" 1220 - source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" 1222 - dependencies = [ 1223 - "color_quant", 1224 - "weezl", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "gif" 1229 1219 version = "0.14.1" 1230 1220 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 1221 checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" ··· 1558 1548 1559 1549 [[package]] 1560 1550 name = "imagesize" 1561 - version = "0.13.0" 1562 - source = "registry+https://github.com/rust-lang/crates.io-index" 1563 - checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" 1564 - 1565 - [[package]] 1566 - name = "imagesize" 1567 1551 version = "0.14.0" 1568 1552 source = "registry+https://github.com/rust-lang/crates.io-index" 1569 1553 checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c" ··· 1701 1685 dependencies = [ 1702 1686 "winapi 0.2.8", 1703 1687 "winapi-build", 1704 - ] 1705 - 1706 - [[package]] 1707 - name = "kurbo" 1708 - version = "0.11.3" 1709 - source = "registry+https://github.com/rust-lang/crates.io-index" 1710 - checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" 1711 - dependencies = [ 1712 - "arrayvec", 1713 - "euclid", 1714 - "smallvec", 1715 1688 ] 1716 1689 1717 1690 [[package]] ··· 2647 2620 2648 2621 [[package]] 2649 2622 name = "resvg" 2650 - version = "0.45.1" 2651 - source = "registry+https://github.com/rust-lang/crates.io-index" 2652 - checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" 2653 - dependencies = [ 2654 - "gif 0.13.3", 2655 - "image-webp", 2656 - "log", 2657 - "pico-args", 2658 - "rgb", 2659 - "svgtypes 0.15.3", 2660 - "tiny-skia", 2661 - "usvg 0.45.1", 2662 - "zune-jpeg 0.4.21", 2663 - ] 2664 - 2665 - [[package]] 2666 - name = "resvg" 2667 2623 version = "0.46.0" 2668 2624 source = "registry+https://github.com/rust-lang/crates.io-index" 2669 2625 checksum = "b563218631706d614e23059436526d005b50ab5f2d506b55a17eb65c5eb83419" 2670 2626 dependencies = [ 2671 - "gif 0.14.1", 2627 + "gif", 2672 2628 "image-webp", 2673 2629 "log", 2674 2630 "pico-args", 2675 2631 "rgb", 2676 - "svgtypes 0.16.1", 2632 + "svgtypes", 2677 2633 "tiny-skia", 2678 - "usvg 0.46.0", 2679 - "zune-jpeg 0.5.12", 2634 + "usvg", 2635 + "zune-jpeg", 2680 2636 ] 2681 2637 2682 2638 [[package]] ··· 2996 2952 "quick-xml 0.39.0", 2997 2953 "rand 0.9.2", 2998 2954 "rayon", 2999 - "resvg 0.45.1", 2955 + "resvg", 3000 2956 "roxmltree 0.21.1", 3001 2957 "rust-analyzer", 3002 2958 "serde", ··· 3155 3111 3156 3112 [[package]] 3157 3113 name = "svgtypes" 3158 - version = "0.15.3" 3159 - source = "registry+https://github.com/rust-lang/crates.io-index" 3160 - checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" 3161 - dependencies = [ 3162 - "kurbo 0.11.3", 3163 - "siphasher", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "svgtypes" 3168 3114 version = "0.16.1" 3169 3115 source = "registry+https://github.com/rust-lang/crates.io-index" 3170 3116 checksum = "695b5790b3131dafa99b3bbfd25a216edb3d216dad9ca208d4657bfb8f2abc3d" 3171 3117 dependencies = [ 3172 - "kurbo 0.13.0", 3118 + "kurbo", 3173 3119 "siphasher", 3174 3120 ] 3175 3121 ··· 3680 3626 3681 3627 [[package]] 3682 3628 name = "usvg" 3683 - version = "0.45.1" 3684 - source = "registry+https://github.com/rust-lang/crates.io-index" 3685 - checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" 3686 - dependencies = [ 3687 - "base64", 3688 - "data-url", 3689 - "flate2", 3690 - "fontdb", 3691 - "imagesize 0.13.0", 3692 - "kurbo 0.11.3", 3693 - "log", 3694 - "pico-args", 3695 - "roxmltree 0.20.0", 3696 - "rustybuzz", 3697 - "simplecss", 3698 - "siphasher", 3699 - "strict-num", 3700 - "svgtypes 0.15.3", 3701 - "tiny-skia-path", 3702 - "unicode-bidi", 3703 - "unicode-script", 3704 - "unicode-vo", 3705 - "xmlwriter", 3706 - ] 3707 - 3708 - [[package]] 3709 - name = "usvg" 3710 3629 version = "0.46.0" 3711 3630 source = "registry+https://github.com/rust-lang/crates.io-index" 3712 3631 checksum = "e419dff010bb12512b0ae9e3d2f318dfbdf0167fde7eb05465134d4e8756076f" ··· 3715 3634 "data-url", 3716 3635 "flate2", 3717 3636 "fontdb", 3718 - "imagesize 0.14.0", 3719 - "kurbo 0.13.0", 3637 + "imagesize", 3638 + "kurbo", 3720 3639 "log", 3721 3640 "pico-args", 3722 3641 "roxmltree 0.21.1", ··· 3724 3643 "simplecss", 3725 3644 "siphasher", 3726 3645 "strict-num", 3727 - "svgtypes 0.16.1", 3646 + "svgtypes", 3728 3647 "tiny-skia-path", 3729 3648 "unicode-bidi", 3730 3649 "unicode-script", ··· 3776 3695 "base64", 3777 3696 "diff-match-patch-rs", 3778 3697 "pico-args", 3779 - "resvg 0.46.0", 3698 + "resvg", 3780 3699 "serde", 3781 3700 "serde_json", 3782 3701 "tiny-skia", 3783 - "usvg 0.46.0", 3702 + "usvg", 3784 3703 ] 3785 3704 3786 3705 [[package]] ··· 4577 4496 4578 4497 [[package]] 4579 4498 name = "zune-core" 4580 - version = "0.4.12" 4581 - source = "registry+https://github.com/rust-lang/crates.io-index" 4582 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 4583 - 4584 - [[package]] 4585 - name = "zune-core" 4586 4499 version = "0.5.1" 4587 4500 source = "registry+https://github.com/rust-lang/crates.io-index" 4588 4501 checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9" 4589 4502 4590 4503 [[package]] 4591 4504 name = "zune-jpeg" 4592 - version = "0.4.21" 4593 - source = "registry+https://github.com/rust-lang/crates.io-index" 4594 - checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 4595 - dependencies = [ 4596 - "zune-core 0.4.12", 4597 - ] 4598 - 4599 - [[package]] 4600 - name = "zune-jpeg" 4601 4505 version = "0.5.12" 4602 4506 source = "registry+https://github.com/rust-lang/crates.io-index" 4603 4507 checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe" 4604 4508 dependencies = [ 4605 - "zune-core 0.5.1", 4509 + "zune-core", 4606 4510 ] 4607 4511 4608 4512 [[package]]
+1 -1
Cargo.toml
··· 81 81 strum = { version = "0.27.2", features = ["strum_macros"] } 82 82 strum_macros = "0.27.2" 83 83 tiny-skia = "0.11.4" 84 - resvg = "0.45.1" 84 + resvg = "0.46.0" 85 85 measure_time = "0.9.0" 86 86 env_logger = { version = "0.11.8", optional = true } 87 87 log = "0.4.29"