Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 4, 2024
1 parent 04d5115 commit 6712152
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
41 changes: 21 additions & 20 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,8 +18,8 @@ ansi-to-tui = "6.0.0"
anyhow = "1.0.86"
arboard = "3.4.0"
aws-config = "1.5.5"
aws-sdk-s3 = "1.46.0"
aws-smithy-types = "1.2.2"
aws-sdk-s3 = "1.48.0"
aws-smithy-types = "1.2.4"
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
confy = "0.6.1"
Expand All @@ -30,16 +30,16 @@ itsuki = "0.2.0"
once_cell = "1.19.0"
open = "5.3.0"
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
syntect = { version = "5.2.0", default-features = false, features = [
"default-fancy",
] }
textwrap = "0.16.1"
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] }
tui-input = "0.10.0"
tui-input = "0.10.1"

[dev-dependencies]
rstest = "0.22.0"
Expand Down

0 comments on commit 6712152

Please sign in to comment.