unicode-jp-rs
unicode-jp-rs copied to clipboard
Update regex and clap Versions and Refactor Code
概要
regexとclapのライブラリのバージョンを更新し、それに合わせてコードのリファクタリングを行いました。
変更点
-
regexのバージョンを1.10.2にアップデート -
clapのバージョンを4.4.11にアップデート - 新しいバージョンに合わせたコードのリファクタリング
Summary
Updated the versions of the regex and clap libraries, and refactored the code accordingly.
Changes
- Updated
regexversion to 1.10.2 - Updated
clapversion to 4.4.11 - Refactored the code to align with the new versions.