Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate convert_case to 0.7.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 12, 2025

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent bf77349 commit 1f91b78
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ serde = { version = "1.0.200", features = ["derive"] }
derive_more = { version = "1", features = ["from", "debug"] }
thiserror = "1.0.59"
url = { version = "2.5.0", features = ["serde"] }
convert_case = "0.6.0"
convert_case = "0.7.0"
tailcall-valid = "0.1.1"

[dependencies]
2 changes: 1 addition & 1 deletion tailcall-fixtures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ edition = "2021"
publish = false

[build-dependencies]
convert_case = "0.6.0"
convert_case = "0.7.0"
indenter = { version = "0.3.3", features = ["std"] }
derive_more = { workspace = true }

0 comments on commit 1f91b78

Please sign in to comment.