Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent c74b603 commit 9881914
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache target directory
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
toolchain: stable

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout code

- name: Restore cache
Expand Down
17 changes: 8 additions & 9 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 @@ -13,15 +13,15 @@ version = "0.4.1"

[dependencies]
base32 = "0.4.0"
clap = { version = "^4.4.0", features = ["derive"] }
clap = { version = "^4.4.3", features = ["derive"] }
keyring = "^2.0.5"
totp-lite = "2.0.0"
rand = "^0.8.5"
rpassword = "^7.2.0"
rust-crypto = "0.2.36"
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.106"
dirs = "^5.0.1"

[dependencies.ctrlc]
Expand Down

0 comments on commit 9881914

Please sign in to comment.