chore(deps): bump convert_case from 0.4.0 to 0.5.0 (#741)

Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.4.0 to 0.5.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-27 21:42:23 +02:00 committed by Georgios Konstantopoulos
parent 7693392caa
commit c4236911bf
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -590,9 +590,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "convert_case"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
[[package]]
name = "core-foundation"

View File

@ -35,7 +35,7 @@ once_cell = "1.8.0"
cargo_metadata = { version = "0.14.1", optional = true }
# eip712 feature enabled dependencies
convert_case = { version = "0.4.0", optional = true }
convert_case = { version = "0.5.0", optional = true }
syn = { version = "1.0.84", optional = true }
quote = { version = "1.0.9", optional = true }
proc-macro2 = { version = "1.0.35", optional = true }