Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Nov 10, 2024
1 parent 1c528ab commit 578e8cf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
58 changes: 30 additions & 28 deletions Cargo.lock

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

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

[dependencies]
ansi-to-tui = "7.0.0"
anyhow = "1.0.91"
anyhow = "1.0.93"
arboard = "3.4.1"
aws-config = "1.5.9"
aws-sdk-s3 = "1.58.0"
aws-smithy-types = "1.2.8"
aws-config = "1.5.10"
aws-sdk-s3 = "1.60.0"
aws-smithy-types = "1.2.9"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive"] }
dirs = "5.0.1"
humansize = "2.1.3"
image = "0.25.4"
image = "0.25.5"
infer = "0.16.0"
itsuki = "0.2.0"
once_cell = "1.20.2"
open = "5.3.0"
ratatui = { version = "0.29.0", features = ["unstable-widget-ref"] }
ratatui-image = "3.0.0"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
smart-default = "0.7.1"
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
] }
textwrap = "0.16.1"
tokio = { version = "1.41.0", features = ["full"] }
tokio = { version = "1.41.1", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 578e8cf

Please sign in to comment.