chore: tag 0.1.7; bump dependencies
Some checks failed
Rust / build (push) Has been cancelled

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6f036ef250a3e9a12a09215af09c72776a6a6964
This commit is contained in:
raf 2026-03-20 14:45:43 +03:00
commit ab35745f53
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 32 additions and 32 deletions

View file

@ -10,15 +10,15 @@ edition = "2024"
license = "MPL-2.0"
readme = true
rust-version = "1.91.0"
version = "0.1.6"
version = "0.1.7"
[workspace.dependencies]
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5.56" }
clap_complete = "4.5.65"
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.6.0" }
clap_complete = "4.6.0"
dialoguer = { default-features = false, version = "0.12.0" }
regex = "1.12.2"
regex = "1.12.3"
serde_json = "1.0.149"
tempfile = "3.24.0"
tempfile = "3.27.0"
thiserror = "2.0.18"
walkdir = "2.5.0"
yansi = "1.0.1"