Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 8, 2024
1 parent cfcd826 commit 49ef5d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ exclude = ["/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml"]

[dependencies]
ansi-to-tui = "6.0.0"
anyhow = "1.0.86"
anyhow = "1.0.87"
arboard = "3.4.0"
aws-config = "1.5.5"
aws-sdk-s3 = "1.48.0"
aws-smithy-types = "1.2.4"
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
dirs = "5.0.1"
humansize = "2.1.3"
itertools = "0.13.0"
itsuki = "0.2.0"
once_cell = "1.19.0"
open = "5.3.0"
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
] }
Expand Down

0 comments on commit 49ef5d0

Please sign in to comment.