Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreyoda committed Oct 21, 2024
1 parent 5998471 commit 209d449
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ fuzzy-matcher = "0.3.7"
html2text = "0.13.2"
log = "0.4.22"
num-traits = "0.2.19"
ratatui = "0.28.0"
ratatui = "0.29.0"
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.131"
serde_json = "1.0.132"
simplelog = "0.12.2"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit 209d449

Please sign in to comment.