Skip to content

Commit b4b8124

Browse files
chore(deps): update convert_case requirement from 0.6.0 to 0.8.0 (#7)
1 parent c6469a6 commit b4b8124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717
[dependencies]
1818
anyhow = "1"
1919
askama = "0.13.0" # Type-safe, compiled Jinja-like templates for Rust
20-
convert_case = "0.6.0" # Convert a string to snake_case, kebab-case, or camelCase
20+
convert_case = "0.8.0" # Convert a string to snake_case, kebab-case, or camelCase
2121

2222
[dev-dependencies]
2323
dotenvy = "0.15.7"

0 commit comments

Comments
 (0)