Skip to content

Commit

Permalink
chore(deps): update rust crate convert_case to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 5bf08c1 commit 9577f19
Show file tree
Hide file tree
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
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tailcall-fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 9577f19

Please sign in to comment.