Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Mar 31, 2024
1 parent e7bbfce commit 281937e
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 @@ -13,11 +13,11 @@ edition = "2021"

[dependencies]
arboard = "3.3.2"
aws-config = "1.1.8"
aws-sdk-s3 = "1.20.0"
aws-config = "1.1.9"
aws-sdk-s3 = "1.21.0"
aws-smithy-types = "1.1.8"
chrono = "0.4.35"
clap = { version = "4.5.3", features = ["derive"] }
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["derive"] }
confy = "0.6.1"
crossterm = "0.27.0"
dirs = "5.0.1"
Expand All @@ -29,7 +29,7 @@ ratatui = { version = "0.26.1", features = ["all-widgets"] }
serde = "1.0.197"
serde_derive = "1.0.197"
textwrap = "0.16.1"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }

[dev-dependencies]
maplit = "1.0.2"
Expand Down

0 comments on commit 281937e

Please sign in to comment.