Skip to content

Commit

Permalink
Update all dependencies (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 13, 2023
1 parent 1364541 commit 76c7228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ edition = "2021"
aws-config = "0.54.1"
aws-sdk-sts = "0.24.0"
aws-smithy-http = "0.54.4"
chrono = "0.4.23"
chrono = "0.4.24"
clap = {version = "4.1.8", features=["derive"]}
dirs = "4.0.0"
rust-ini = "0.18.0"
thiserror = "1.0.39"
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "^1.26", features = ["rt-multi-thread", "macros"] }

[profile.release]
strip = true # Automatically strip symbols from the binary.
Expand Down

0 comments on commit 76c7228

Please sign in to comment.