Skip to content

Commit

Permalink
chore(deps): all deps are workspace because f it
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Jul 11, 2024
1 parent 763a789 commit e36967b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ clap = { version = "4.5.9", features = ["derive", "string"] }
clap-verbosity-flag = "2.2.0"
clap_complete_command = "0.5.1"
clap_mangen = "0.2.22"
dunce = "1.0.4"
env_logger = "0.11.3"
ignore = "0.4.22"
log = "0.4.22"
regex = "1.10.5"
tap = "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions rens-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ clap = { workspace = true }
clap-verbosity-flag = { workspace = true }
clap_complete_command = { workspace = true }
clap_mangen = { workspace = true }
dunce = "1.0.4"
dunce = { workspace = true }
env_logger = { workspace = true }
ignore = "0.4.22"
ignore = { workspace = true }
log = { workspace = true }
regex = { workspace = true }
rens-common = { path = "../rens-common" }
Expand Down
2 changes: 2 additions & 0 deletions rens-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ clap-verbosity-flag = { workspace = true }
clap_complete_command = { workspace = true }
clap_mangen = { workspace = true }
crossterm = "0.27.0"
dunce = { workspace = true }
env_logger = { workspace = true }
ignore = { workspace = true }
log = { workspace = true }
ratatui = "0.27.0"
rens-common = { path = "../rens-common" }
Expand Down

0 comments on commit e36967b

Please sign in to comment.