Skip to content

Commit f3b3c05

Browse files
chore(deps): update convert_case requirement from 0.8.0 to 0.10.0 (#13)
1 parent 52f659a commit f3b3c05

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.14.0" # Type-safe, compiled Jinja-like templates for Rust # Type-safe, compiled Jinja-like templates for Rust
20-
convert_case = "0.8.0" # Convert a string to snake_case, kebab-case, or camelCase
20+
convert_case = "0.10.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)