Skip to content

Commit

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

[dependencies]
ansi-to-tui = "6.0.0"
anyhow = "1.0.89"
anyhow = "1.0.91"
arboard = "3.4.1"
aws-config = "1.5.8"
aws-sdk-s3 = "1.57.0"
Expand All @@ -32,13 +32,13 @@ once_cell = "1.20.2"
open = "5.3.0"
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
ratatui-image = "2.0.1"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", 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.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 197b007

Please sign in to comment.