mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update convert_case requirement from 0.5 to 0.6 in /proc_macros (#557)
Updates the requirements on [convert_case](https://github.com/rutrum/convert-case) to permit the latest version. - [Release notes](https://github.com/rutrum/convert-case/releases) - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ path = "proc_macros.rs"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
convert_case = "0.5"
|
||||
convert_case = "0.6"
|
||||
json = "0"
|
||||
parse_duration = "2"
|
||||
proc-macro2 = "1"
|
||||
|
||||
Reference in New Issue
Block a user