Skip to content

Commit a4be4f3

Browse files
authored
feat: update dependencies (#5)
- anyhow: 1.0.80 → 1.0.98 - serde: 1.0.197 → 1.0.219 - serde_json: 1.0.114 → 1.0.140 - clap: 4.5.2 → 4.5.40 - inquire: 0.7.0 → 0.7.5 - handlebars: 5.1.0 (maintained - no security driver for 6.x) All 50 tests passing ✅
1 parent 3aa28d5 commit a4be4f3

2 files changed

Lines changed: 47 additions & 30 deletions

File tree

.gitignore

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
/target
1+
# Cargo build artifacts
2+
/target/
23

3-
/application
4-
/core
5-
/features
4+
# Backup files (temporary files only)
5+
Cargo.lock.backup
6+
Cargo.lock.phase*
7+
*_strategy.md
8+
9+
# IDE files
10+
.vscode/
11+
.idea/
12+
*.swp
13+
*.swo
14+
15+
# OS files
16+
.DS_Store
17+
Thumbs.db
18+
19+
# Test artifacts
20+
*.tmp
21+
*.temp

Cargo.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)