Skip to content

Commit

Permalink
chore: change dependabot folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 13, 2024
1 parent 6339c36 commit f79d937
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/edc-connector-client"
directory: "/"
schedule:
interval: daily
time: "04:00"
Expand Down
62 changes: 5 additions & 57 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion edc-connector-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
crossterm = "0.27.0"
ratatui = "0.26.0"
ratatui = "0.28.1"
tui-textarea = "0.4"
anyhow = "1.0.83"
dirs-next = "2.0.0"
Expand Down

0 comments on commit f79d937

Please sign in to comment.