Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Dec 20, 2024
1 parent d3eb19b commit ade71bd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 43 deletions.
67 changes: 29 additions & 38 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ exclude = ["/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml"]
ansi-to-tui = "7.0.0"
anyhow = "1.0.94"
arboard = "3.4.1"
aws-config = "1.5.10"
aws-sdk-s3 = "1.65.0"
aws-smithy-types = "1.2.9"
chrono = "0.4.38"
aws-config = "1.5.11"
aws-sdk-s3 = "1.66.0"
aws-smithy-types = "1.2.10"
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
humansize = "2.1.3"
Expand All @@ -33,7 +33,7 @@ once_cell = "1.20.2"
open = "5.3.1"
ratatui = { version = "0.29.0", features = ["unstable-widget-ref"] }
ratatui-image = "3.0.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
smart-default = "0.7.1"
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
Expand Down

0 comments on commit ade71bd

Please sign in to comment.