Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Nov 17, 2024
1 parent 578e8cf commit bd9db31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ ansi-to-tui = "7.0.0"
anyhow = "1.0.93"
arboard = "3.4.1"
aws-config = "1.5.10"
aws-sdk-s3 = "1.60.0"
aws-sdk-s3 = "1.61.0"
aws-smithy-types = "1.2.9"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
dirs = "5.0.1"
humansize = "2.1.3"
image = "0.25.5"
infer = "0.16.0"
itsuki = "0.2.0"
once_cell = "1.20.2"
open = "5.3.0"
open = "5.3.1"
ratatui = { version = "0.29.0", features = ["unstable-widget-ref"] }
ratatui-image = "3.0.0"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
smart-default = "0.7.1"
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
Expand Down

0 comments on commit bd9db31

Please sign in to comment.