Skip to content

Commit

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

[dependencies]
ansi-to-tui = "7.0.0"
anyhow = "1.0.93"
anyhow = "1.0.94"
arboard = "3.4.1"
aws-config = "1.5.10"
aws-sdk-s3 = "1.63.0"
aws-sdk-s3 = "1.65.0"
aws-smithy-types = "1.2.9"
chrono = "0.4.38"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
dirs = "5.0.1"
humansize = "2.1.3"
image = "0.25.5"
Expand All @@ -38,7 +38,7 @@ syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
] }
textwrap = "0.16.1"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.41"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 78c7330

Please sign in to comment.