Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Dec 28, 2024
1 parent 49e0816 commit c55ec92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -16,11 +16,11 @@ exclude = ["/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml"]

[dependencies]
ansi-to-tui = "7.0.0"
anyhow = "1.0.94"
anyhow = "1.0.95"
arboard = "3.4.1"
aws-config = "1.5.11"
aws-sdk-s3 = "1.66.0"
aws-smithy-types = "1.2.10"
aws-smithy-types = "1.2.11"
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
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.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
smart-default = "0.7.1"
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
Expand Down

0 comments on commit c55ec92

Please sign in to comment.